[geos-commits] r3673 - trunk/tests/xmltester

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Jun 11 02:18:04 PDT 2012


Author: strk
Date: 2012-06-11 02:18:04 -0700 (Mon, 11 Jun 2012)
New Revision: 3673

Modified:
   trunk/tests/xmltester/Makefile.am
Log:
Retain GEOS_INLINE define while building XMLTester (#319, #472)

Modified: trunk/tests/xmltester/Makefile.am
===================================================================
--- trunk/tests/xmltester/Makefile.am	2012-06-07 15:11:06 UTC (rev 3672)
+++ trunk/tests/xmltester/Makefile.am	2012-06-11 09:18:04 UTC (rev 3673)
@@ -124,7 +124,7 @@
 
 # Intentionally drop -ansi -pedantic
 # See http://trac.osgeo.org/geos/ticket/319
-XMLTester_CXXFLAGS = 
+XMLTester_CXXFLAGS = $(INLINE_FLAGS)
 
 INCLUDES = -I$(top_srcdir)/include
 INCLUDES += -I$(top_srcdir)/src/io/tinyxml -DTIXML_USE_STL



More information about the geos-commits mailing list