]> granicus.if.org Git - postgis/commitdiff
Defines are picked up from ../../postgis_config.h via ../liblwgeom_internal.h
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 5 Mar 2012 22:54:48 +0000 (22:54 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 5 Mar 2012 22:54:48 +0000 (22:54 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9402 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/Makefile.in

index c4e81ea6c7b502a6400a3c89c7949cd4161ac501..f90baf99e717cdf825f3776d1c2d6c4b5d13f34f 100644 (file)
@@ -11,7 +11,7 @@
 # **********************************************************************
 
 CC=@CC@
-CFLAGS=@CFLAGS@ @WARNFLAGS@ @GEOS_CPPFLAGS@ @PROJ_CPPFLAGS@ -DPOSTGIS_GEOS_VERSION=@POSTGIS_GEOS_VERSION@
+CFLAGS=@CFLAGS@ @WARNFLAGS@ @GEOS_CPPFLAGS@ @PROJ_CPPFLAGS@ 
 LDFLAGS = @GEOS_LDFLAGS@ -lgeos_c
 top_builddir = @top_builddir@
 SHELL = @SHELL@