summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-08 03:31:32 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-08 03:31:32 +0200
commitc42bf387aa479b31215470262829bd7cf5fe9cf7 (patch)
treec3a1becbe79e9045f37c860c535f0a9b80dea1b3 /configure.in
parent7d0a2579549f024f7a262873a5834ddd8d9be875 (diff)
downloadgmp-c42bf387aa479b31215470262829bd7cf5fe9cf7.tar.gz
Less of:
* configure.in (--enable-cxx): New option for C++ support. Don't want library contents depending on --enable-cxx.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0ab168ce1..fb7be12a0 100644
--- a/configure.in
+++ b/configure.in
@@ -1162,7 +1162,6 @@ if test $enable_cxx != no; then
fi
AM_CONDITIONAL(WANT_CXX, test $want_cxx = yes)
-AC_DEFINE(WANT_CXX, 1, [Define if C++ support is wanted])
# FIXME: We're not interested in CXXCPP for ourselves, but if we don't call
# it here then AC_PROG_LIBTOOL (via _LT_AC_TAGCONFIG) will do so