From d8d00604b29d8fc0380b8c4c6f82a04ec497c3ec Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 13 Mar 2002 22:37:02 +0100 Subject: * configure.in (--enable-cxx): Correction to the default stated in the help string. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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 # -- cgit v1.2.1