From 9f41f427d0fe6966d187f746f523e84892f240a5 Mon Sep 17 00:00:00 2001 From: Charles Karney Date: Wed, 18 Sep 2019 07:16:30 -0400 Subject: Let geodesic.c use its own versions of C99 math functions if necessary. --- src/geodesic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/geodesic.c') 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 -- cgit v1.2.3