From: Paul Ramsey Date: Tue, 3 Feb 2004 21:51:38 +0000 (+0000) Subject: Ooops, let local configuration slip into cvs version X-Git-Tag: pgis_0_8_2~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0263515b6a140ea7a23d0b4bbc39fe1dd8a8dbc;p=postgis Ooops, let local configuration slip into cvs version git-svn-id: http://svn.osgeo.org/postgis/trunk@436 b70326c6-7e19-0410-871a-916f4a2858ee --- 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