diff options
author | dron <dron> | 2005-01-05 20:38:18 +0000 |
---|---|---|
committer | dron <dron> | 2005-01-05 20:38:18 +0000 |
commit | 0f4528abab621ade4222749d402e74c450ab62bb (patch) | |
tree | 2a837a380c6d756e79e687f8787f72d4ee75b3a8 /configure.ac | |
parent | 87e53f0a511b0679a8488d21ee59443fcfa296a8 (diff) | |
download | libtiff-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.ac | 4 |
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]) |