Changeset 3172

Show
Ignore:
Timestamp:
2007-07-29 23:26:04 (1 year ago)
Author:
conrad
Message:

for GCC, use gnu99 instead of c99, to include definitions for strsep, fileno,
random. Patch from Erik de Castro Lopo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • liboggz/trunk/configure.ac

    r2958 r3172  
    293293dnl changequote(,)dnl 
    294294if test "x$ac_cv_prog_gcc" = xyes ; then 
    295   CFLAGS="$CFLAGS -Wall -g -std=c99 -Wdeclaration-after-statement" 
     295  CFLAGS="$CFLAGS -Wall -g -std=gnu99 -Wdeclaration-after-statement" 
    296296fi 
    297297dnl changequote([,])dnl