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

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:09:01 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:09:01 -0700 (Fri, 26 Aug 2011)
New Revision: 12229

Modified:
   trunk/mapserver/mapcache/configure
   trunk/mapserver/mapcache/configure.in
Log:
fix a compile warning
thomas.bonfort | 2011-01-10 14:57:48 +0100 (Mon, 10 Jan 2011)

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

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



More information about the mapserver-commits mailing list