From: Paul Ramsey Date: Mon, 30 Jun 2014 16:15:00 +0000 (+0000) Subject: #2793, sfcgal cunit tests do not seem to run X-Git-Tag: 2.2.0rc1~1033 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6ee57106fb4aa053997a260e47c3807282472b0;p=postgis #2793, sfcgal cunit tests do not seem to run git-svn-id: http://svn.osgeo.org/postgis/trunk@12707 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/cunit/Makefile.in b/liblwgeom/cunit/Makefile.in index 1e65501ca..fe8fee8bc 100644 --- a/liblwgeom/cunit/Makefile.in +++ b/liblwgeom/cunit/Makefile.in @@ -55,7 +55,7 @@ OBJS= \ cu_tester.o ifeq (@SFCGAL@,sfcgal) -CXXFLAGS += @SFCGAL_CPPFLAGS@ +CFLAGS += @SFCGAL_CPPFLAGS@ LDFLAGS += @SFCGAL_LDFLAGS@ OBJS += cu_sfcgal.o endif