summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordron <dron>2005-01-05 20:38:18 +0000
committerdron <dron>2005-01-05 20:38:18 +0000
commit0f4528abab621ade4222749d402e74c450ab62bb (patch)
tree2a837a380c6d756e79e687f8787f72d4ee75b3a8 /configure.ac
parent87e53f0a511b0679a8488d21ee59443fcfa296a8 (diff)
downloadlibtiff-0f4528abab621ade4222749d402e74c450ab62bb.tar.gz
Replace --disable-c++ with the --disable-cxx option as
per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=730
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 59b51370..5583a143 100644
--- a/configure.ac
+++ b/configure.ac
@@ -356,8 +356,8 @@ dnl ---------------------------------------------------------------------------
dnl Check for C++.
dnl ---------------------------------------------------------------------------
-AC_ARG_ENABLE(c++,
- AS_HELP_STRING([--enable-c++],
+AC_ARG_ENABLE(cxx,
+ AS_HELP_STRING([--enable-cxx],
[enable C++ stream API building (requires C++ compiler)]),
[HAVE_CXX=$enableval], [HAVE_CXX=yes])