]> granicus.if.org Git - postgis/commitdiff
Discarded environmental variable USE_JTS to avoid unexpected enabling
authorSandro Santilli <strk@keybit.net>
Tue, 8 Mar 2005 08:38:45 +0000 (08:38 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 8 Mar 2005 08:38:45 +0000 (08:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1507 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile.config

index 19f54a1aec33b6e4ebac56ebc4513ec298e3f0aa..b51f1d24f834e77157f0deaac55fb21b94da8666 100644 (file)
@@ -36,9 +36,9 @@ GEOS_DIR ?= /usr/local
 #
 # Set USE_JTS to 1 if you have libjts installed. 
 #
-USE_JTS ?= 0
-JTS_INCLUDES ?= jts
-JTS_LIBDIR ?= jts
+USE_JTS = 0
+JTS_INCLUDES = jts
+JTS_LIBDIR = jts
 
 
 #