From: Paul Ramsey Date: Mon, 5 Mar 2012 22:54:48 +0000 (+0000) Subject: Defines are picked up from ../../postgis_config.h via ../liblwgeom_internal.h X-Git-Tag: 2.0.0beta2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82d7a6fce7c63b90abf3941ff52aa3df2dd06ae4;p=postgis Defines are picked up from ../../postgis_config.h via ../liblwgeom_internal.h git-svn-id: http://svn.osgeo.org/postgis/trunk@9402 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/cunit/Makefile.in b/liblwgeom/cunit/Makefile.in index c4e81ea6c..f90baf99e 100644 --- a/liblwgeom/cunit/Makefile.in +++ b/liblwgeom/cunit/Makefile.in @@ -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@