aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Karney <charles.karney@sri.com>2019-09-18 07:16:30 -0400
committerCharles Karney <charles.karney@sri.com>2019-09-18 07:16:30 -0400
commit9f41f427d0fe6966d187f746f523e84892f240a5 (patch)
treed0484670ed6afcc5405ee6c33487df09c8fa58bc
parent93d0f53db70b581718f29601df11f4b819ef943e (diff)
downloadPROJ-9f41f427d0fe6966d187f746f523e84892f240a5.tar.gz
PROJ-9f41f427d0fe6966d187f746f523e84892f240a5.zip
Let geodesic.c use its own versions of C99 math functions if necessary.
-rw-r--r--src/geodesic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geodesic.c b/src/geodesic.c
index 5183311e..beb841a0 100644
--- a/src/geodesic.c
+++ b/src/geodesic.c
@@ -28,7 +28,7 @@
* to the data directory for PROJ). If this is set, we use the PROJ supplied
* implementations of the C99 math functions instead of the ones defined here.
*/
-#if defined(PROJ_LIB)
+#if 0 && defined(PROJ_LIB)
#define PROJ_COMPILATION 1
#else
#define PROJ_COMPILATION 0