From 9b36852f19d58825fae754004ca5c6adfe71dc32 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 30 Dec 2004 10:27:32 +0000 Subject: [PATCH] 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 --- Makefile.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 # -- 2.40.0