aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-26 13:48:30 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-01-26 13:49:06 +0100
commit9cdebf7ecf248f1d77ccd5a932144bd9eccc3863 (patch)
tree26b4968efdb8c25b84cf51e5f975b031ec5bf5fa /configure.ac
parent43b9748844eb2d9f4ede0f25537e4a318b341204 (diff)
downloadPROJ-9cdebf7ecf248f1d77ccd5a932144bd9eccc3863.tar.gz
PROJ-9cdebf7ecf248f1d77ccd5a932144bd9eccc3863.zip
configure.ac: rename switch to disable tiff dependency to more neutral --disable-tiff
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 95d67894..28e9067d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -254,8 +254,8 @@ dnl ---------------------------------------------------------------------------
dnl Check for libtiff
dnl ---------------------------------------------------------------------------
-AC_ARG_ENABLE([tiff-is-strongly-discouraged],
- AS_HELP_STRING([--disable-tiff-is-strongly-discouraged],
+AC_ARG_ENABLE([tiff],
+ AS_HELP_STRING([--disable-tiff],
[Disable TIFF support. Strongly discouraged !]),
[enable_tiff=no],
[enable_tiff=yes])
@@ -283,7 +283,7 @@ CURL_CFLAGS=
CURL_LIB=
AC_ARG_WITH(curl,
- [ --with-curl[=ARG] Enable curl support (ARG=path to curl-config.)],,,)
+ [ --with-curl[=ARG] Enable curl support (ARG=path to curl-config.)],,,)
dnl Clear some cache variables
unset ac_cv_path_LIBCURL