[xiph-commits] r3172 - liboggz/trunk

conrad at svn.annodex.net conrad at svn.annodex.net
Sun Jul 29 23:26:06 PDT 2007


Author: conrad
Date: 2007-07-29 23:26:04 -0700 (Sun, 29 Jul 2007)
New Revision: 3172

Modified:
   liboggz/trunk/configure.ac
Log:
for GCC, use gnu99 instead of c99, to include definitions for strsep, fileno,
random. Patch from Erik de Castro Lopo


Modified: liboggz/trunk/configure.ac
===================================================================
--- liboggz/trunk/configure.ac	2007-07-30 06:19:23 UTC (rev 3171)
+++ liboggz/trunk/configure.ac	2007-07-30 06:26:04 UTC (rev 3172)
@@ -292,7 +292,7 @@
 dnl Use -Wall if we have gcc.
 dnl changequote(,)dnl
 if test "x$ac_cv_prog_gcc" = xyes ; then
-  CFLAGS="$CFLAGS -Wall -g -std=c99 -Wdeclaration-after-statement"
+  CFLAGS="$CFLAGS -Wall -g -std=gnu99 -Wdeclaration-after-statement"
 fi
 dnl changequote([,])dnl
 



More information about the commits mailing list