From: Sandro Santilli Date: Tue, 8 Mar 2005 08:38:45 +0000 (+0000) Subject: Discarded environmental variable USE_JTS to avoid unexpected enabling X-Git-Tag: pgis_1_0_0RC4~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2582a7c167ab18537bc3446595c9c449bb1d651;p=postgis Discarded environmental variable USE_JTS to avoid unexpected enabling git-svn-id: http://svn.osgeo.org/postgis/trunk@1507 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile.config b/Makefile.config index 19f54a1ae..b51f1d24f 100644 --- a/Makefile.config +++ b/Makefile.config @@ -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 #