diff options
| author | Charles Karney <charles.karney@sri.com> | 2019-09-18 07:16:30 -0400 |
|---|---|---|
| committer | Charles Karney <charles.karney@sri.com> | 2019-09-18 07:16:30 -0400 |
| commit | 9f41f427d0fe6966d187f746f523e84892f240a5 (patch) | |
| tree | d0484670ed6afcc5405ee6c33487df09c8fa58bc /src/geodesic.c | |
| parent | 93d0f53db70b581718f29601df11f4b819ef943e (diff) | |
| download | PROJ-9f41f427d0fe6966d187f746f523e84892f240a5.tar.gz PROJ-9f41f427d0fe6966d187f746f523e84892f240a5.zip | |
Let geodesic.c use its own versions of C99 math functions if necessary.
Diffstat (limited to 'src/geodesic.c')
| -rw-r--r-- | src/geodesic.c | 2 |
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 |
