]> granicus.if.org Git - postgis/commitdiff
Added 'recommended' to proj/geos flags
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 10 Sep 2004 16:41:42 +0000 (16:41 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 10 Sep 2004 16:41:42 +0000 (16:41 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@802 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile

index b4bbb5b07b1a45267faac4de92e5f6e8596e5668..1b8b113a9e00a3b97c7c676cd30ec119167a4a89 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
 # database.
 
 #---------------------------------------------------------------
-# Set USE_PROJ to 1 for Proj4 reprojection support
+# Set USE_PROJ to 1 for Proj4 reprojection support (recommended)
 #
 # Reprojection allows you to transform coordinate systems
 # in the database with the Transform() function.
@@ -20,7 +20,7 @@ endif
 
 #---------------------------------------------------------------
 # Set USE_GEOS to 1 for GEOS spatial predicate and operator
-# support
+# support (recommended)
 #
 # GEOS allows you to do exact topological tests, such as
 # Intersects() and Touches(), as well as geometry operations,