summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-03-13 22:37:02 +0100
committerKevin Ryde <user42@zip.com.au>2002-03-13 22:37:02 +0100
commitd8d00604b29d8fc0380b8c4c6f82a04ec497c3ec (patch)
tree17b8915baaafcf9cf76218654bbfbf9fa27d54bf /configure.in
parentb6040bedadb035d4faf981f6f30e2196900c3954 (diff)
downloadgmp-d8d00604b29d8fc0380b8c4c6f82a04ec497c3ec.tar.gz
* configure.in (--enable-cxx): Correction to the default stated in the
help string.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 2f01dd2a3..7c9f10d78 100644
--- a/configure.in
+++ b/configure.in
@@ -95,7 +95,7 @@ esac],
# wanted.
#
AC_ARG_ENABLE(cxx,
-AC_HELP_STRING([--enable-cxx],[enable C++ support [[default=detect]]]),
+AC_HELP_STRING([--enable-cxx],[enable C++ support [[default=no]]]),
[case $enableval in
yes|no|detect) ;;
*) AC_MSG_ERROR([bad value $enableval for --enable-cxx, need yes/no/detect]) ;;
@@ -1551,7 +1551,7 @@ AC_HEADER_STDC
AC_HEADER_TIME
# Reasons for testing:
-# sys/processor.h - solaris specific, but also present in macos
+# sys/processor.h - solaris specific, though also present in macos
# sys/resource.h - not present in mingw
# sys/systemcfg.h - AIX specific
#