]> granicus.if.org Git - postgis/commitdiff
Changed WANT_PROJECTION flag to USE_PROJ to match other Makefile defines.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 4 May 2002 20:29:31 +0000 (20:29 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 4 May 2002 20:29:31 +0000 (20:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@147 b70326c6-7e19-0410-871a-916f4a2858ee

postgis_transform.c

index 756d2e7e78f5aca865de23da413abe8d7fd143d2..eb6df28178de77287e358f835b4bc1b67fde847b 100644 (file)
@@ -24,8 +24,8 @@
 #define MAX_DIGS_DOUBLE (SHOW_DIGS_DOUBLE + 6 + 1 + 3 +1)
 
 
-// if WANT_PROJECTION undefined, we get a do-nothing transform() function
-#ifdef WANT_PROJECTION
+// if USE_PROJECTION undefined, we get a do-nothing transform() function
+#ifdef USE_PROJ
 
 #include "projects.h"