From: Sandro Santilli Date: Thu, 30 Dec 2004 10:27:32 +0000 (+0000) Subject: USE_GEOS and USE_PROJ defaults switched to NO, and made overridable via X-Git-Tag: pgis_1_0_0RC1~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b36852f19d58825fae754004ca5c6adfe71dc32;p=postgis USE_GEOS and USE_PROJ defaults switched to NO, and made overridable via environment. git-svn-id: http://svn.osgeo.org/postgis/trunk@1191 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile.config b/Makefile.config index 9d2bc73d3..41558deb9 100644 --- a/Makefile.config +++ b/Makefile.config @@ -15,7 +15,7 @@ # # Download from: http://www.remotesensing.org/proj # -USE_PROJ=1 +USE_PROJ ?= 0 PROJ_DIR ?= /usr/local # @@ -30,7 +30,7 @@ PROJ_DIR ?= /usr/local # # Download from: http://geos.refractions.net # -USE_GEOS=1 +USE_GEOS ?= 0 GEOS_DIR ?= /usr/local #