]> granicus.if.org Git - postgis/commitdiff
USE_GEOS and USE_PROJ defaults switched to NO, and made overridable via
authorSandro Santilli <strk@keybit.net>
Thu, 30 Dec 2004 10:27:32 +0000 (10:27 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 30 Dec 2004 10:27:32 +0000 (10:27 +0000)
environment.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1191 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile.config

index 9d2bc73d3ef20cd3aa8b64581684e0affc31645d..41558deb963bf14ed4a3baad3f6d679a05d40a4c 100644 (file)
@@ -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
 
 #