From d0263515b6a140ea7a23d0b4bbc39fe1dd8a8dbc Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 3 Feb 2004 21:51:38 +0000 Subject: [PATCH] Ooops, let local configuration slip into cvs version git-svn-id: http://svn.osgeo.org/postgis/trunk@436 b70326c6-7e19-0410-871a-916f4a2858ee --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6b1bcc3f5..73e688587 100644 --- a/Makefile +++ b/Makefile @@ -4,14 +4,14 @@ # Set USE_PROJ to 1 for Proj4 reprojection support # USE_PROJ=1 -PROJ_DIR=/raid/local +PROJ_DIR=/usr/local #--------------------------------------------------------------- # Set USE_GEOS to 1 for GEOS spatial predicate and operator # support # USE_GEOS=1 -GEOS_DIR=/raid/local +GEOS_DIR=/usr/local #--------------------------------------------------------------- # Set USE_STATS to 1 for new GiST statistics collection support -- 2.40.0