From: Paul Ramsey Date: Tue, 19 May 2015 18:12:56 +0000 (+0000) Subject: Fix comment X-Git-Tag: 2.2.0rc1~487 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5159cdeb6216475826279b1fd8627ef823fe0a3b;p=postgis Fix comment git-svn-id: http://svn.osgeo.org/postgis/trunk@13527 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/liblwgeom_internal.h b/liblwgeom/liblwgeom_internal.h index c83ff8bb3..6606b3b2e 100644 --- a/liblwgeom/liblwgeom_internal.h +++ b/liblwgeom/liblwgeom_internal.h @@ -32,14 +32,11 @@ #include "liblwgeom.h" -/* Define to enable pre-version 2.2 geodesic functions for geography types - (e.g. Vincenty for ST_Distance); otherwise use GeographicLib */ -/* #define USE_PRE22GEODESIC */ -/* #undef USE_PRE22GEODESIC */ - #if defined(PJ_VERSION) && PJ_VERSION >= 490 +/* Enable new geodesic functions */ #define PROJ_GEODESIC 1 #else +/* Use the old (pre-2.2) geodesic functions */ #define PROJ_GEODESIC 0 #endif