aboutsummaryrefslogtreecommitdiff
path: root/src/geodesic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/geodesic.c')
-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