From: Regina Obe Date: Sun, 25 Sep 2011 20:37:39 +0000 (+0000) Subject: add missing geos flag to let it make check under mingw X-Git-Tag: 2.0.0alpha1~963 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=265c3a8605de6fbaa9ca99109ef7790d0c6b39d2;p=postgis add missing geos flag to let it make check under mingw git-svn-id: http://svn.osgeo.org/postgis/trunk@7891 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/test/core/Makefile.in b/raster/test/core/Makefile.in index 6b92c7863..4f1837092 100644 --- a/raster/test/core/Makefile.in +++ b/raster/test/core/Makefile.in @@ -25,7 +25,7 @@ CFLAGS = \ $(RTCORE_CFLAGS) \ $(LIBLWGEOM_CFLAGS) \ $(PROJ_CFLAGS) \ - $(LIBGDAL_CFLAGS) + $(LIBGDAL_CFLAGS) @GEOS_CPPFLAGS@ LDFLAGS = \ -lm \