summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-03 23:44:28 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-03 23:44:28 +0200
commit011fc12a0660fb243aa246420424d530aaf75552 (patch)
tree83daf32a54ad700c71da7c68a1424fb22fdf0e8e /configure.in
parentcb73c49d9cfcee51d54f8d6b612a865a6d481172 (diff)
downloadgmp-011fc12a0660fb243aa246420424d530aaf75552.tar.gz
Make "no" the default:
* configure.in (--enable-cxx): New option for C++ support.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f71af8c36..03052c2aa 100644
--- a/configure.in
+++ b/configure.in
@@ -84,7 +84,7 @@ AC_HELP_STRING([--enable-cxx],[enable C++ support [default=detect]]),
yes|no|detect) ;;
*) AC_MSG_ERROR([bad value $enableval for --enable-cxx, need yes/no/detect]) ;;
esac],
-[enable_cxx=detect])
+[enable_cxx=no])
AC_ARG_ENABLE(fft,