]> granicus.if.org Git - postgis/commitdiff
set USE_JTS back to 0 - got set to 1 from previous commit
authorSandro Santilli <strk@keybit.net>
Tue, 8 Mar 2005 12:13:23 +0000 (12:13 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 8 Mar 2005 12:13:23 +0000 (12:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1516 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile.config

index e287902dee12f55676e5345d6e3cf71d19bd2276..f9d720e7779059aa4f291ab215ab2fb6019bf5ff 100644 (file)
@@ -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