From 82d7a6fce7c63b90abf3941ff52aa3df2dd06ae4 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 5 Mar 2012 22:54:48 +0000 Subject: [PATCH] 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 --- liblwgeom/cunit/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- 2.40.0