From: Sandro Santilli Date: Tue, 8 Mar 2005 12:13:23 +0000 (+0000) Subject: set USE_JTS back to 0 - got set to 1 from previous commit X-Git-Tag: pgis_1_0_0RC4~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8c612dc16b3798519919c9c331e7fb93ddca4ce;p=postgis set USE_JTS back to 0 - got set to 1 from previous commit git-svn-id: http://svn.osgeo.org/postgis/trunk@1516 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile.config b/Makefile.config index e287902de..f9d720e77 100644 --- a/Makefile.config +++ b/Makefile.config @@ -36,7 +36,7 @@ GEOS_DIR ?= /usr/local # # Set USE_JTS to 1 if you have libjts installed. # -USE_JTS = 1 +USE_JTS = 0 JTS_INCLUDES = ${PWD}/../libjts JTS_LIBDIR = ${PWD}/../libjts