]> granicus.if.org Git - postgis/commitdiff
Fixed default pgsql prefix to /usr/local/pgsql (default since pgsql 7.2)
authorSandro Santilli <strk@keybit.net>
Mon, 16 Jan 2006 10:10:26 +0000 (10:10 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 16 Jan 2006 10:10:26 +0000 (10:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2279 b70326c6-7e19-0410-871a-916f4a2858ee

CHANGES
configure.in

diff --git a/CHANGES b/CHANGES
index df16d60251e5086d6a1cf556949719e1958195df..86c08c1253330d5b85765712907644e37eaaf3c2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,7 @@ PostGIS 1.1.1CVS
        - added NumInteriorRing() alias due to OpenGIS ambiguity
        - BUGFIX in geometrycollection handling of GEOS-CAPI connector
        - BUGFIX in line_locate_point()
-       - Fixed handling of postgresql bindir
+       - Fixed handling of postgresql paths
 
 PostGIS 1.1.0
 2005/12/21
index b4d2d6e6e794a106679fa915e2eba4fb96885802..557bf2d57b9cc8f86180b52aa774f6a38892d3c5 100644 (file)
@@ -305,7 +305,7 @@ fi
 #
 # Prefix (pg_prefix)
 #
-pg_prefix=/usr/local
+pg_prefix=/usr/local/pgsql
 pg_eprefix='${prefix}'
 pg_docdir='${prefix}/share/doc'
 pg_datadir='${prefix}/share'