From f4779dfa1aa4c0c2e6e2de9b6773fb86318eedbc Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 10 Sep 2004 16:41:42 +0000 Subject: [PATCH] Added 'recommended' to proj/geos flags git-svn-id: http://svn.osgeo.org/postgis/trunk@802 b70326c6-7e19-0410-871a-916f4a2858ee --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b4bbb5b07..1b8b113a9 100644 --- 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, -- 2.50.1