[mapserver-commits] r12218 - trunk/mapserver/mapcache

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:08:11 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:08:11 -0700 (Fri, 26 Aug 2011)
New Revision: 12218

Modified:
   trunk/mapserver/mapcache/configure
   trunk/mapserver/mapcache/configure.in
Log:
remove --std=c99 as it is causing problems and isnt really needed
thomas.bonfort | 2011-01-07 22:38:07 +0100 (Fri, 07 Jan 2011)

Modified: trunk/mapserver/mapcache/configure
===================================================================
--- trunk/mapserver/mapcache/configure	2011-08-26 11:08:06 UTC (rev 12217)
+++ trunk/mapserver/mapcache/configure	2011-08-26 11:08:11 UTC (rev 12218)
@@ -2048,7 +2048,7 @@
 
 
 # don't let AC_PROG_CC force "-g -O2"
-: ${CFLAGS="-Wall"}
+: ${CFLAGS="-Wall --std=c99"}
 
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'

Modified: trunk/mapserver/mapcache/configure.in
===================================================================
--- trunk/mapserver/mapcache/configure.in	2011-08-26 11:08:06 UTC (rev 12217)
+++ trunk/mapserver/mapcache/configure.in	2011-08-26 11:08:11 UTC (rev 12218)
@@ -2,7 +2,7 @@
 AC_INIT(Makefile.in)
 
 # don't let AC_PROG_CC force "-g -O2"
-: ${CFLAGS="-Wall"}
+: ${CFLAGS="-Wall --std=c99"}
 
 AC_PROG_CC
 



More information about the mapserver-commits mailing list