summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-03 23:46:55 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-03 23:46:55 +0200
commit23a1340aeaae7ef1e35ff3d73b50ab17dc60ee44 (patch)
tree66357ad34d76176d83661cf0af9162846d2e14a2 /configure
parentf401408da70dbbebf26fb15263fe404b2667dd1e (diff)
downloadgmp-23a1340aeaae7ef1e35ff3d73b50ab17dc60ee44.tar.gz
Regenerate for:
Correction, <iostream> not <iostream.h>: * acinclude.m4 (GMP_PROG_CXX_WORKS): New macro. Make "no" the default: * configure.in (--enable-cxx): New option for C++ support.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index bc93a7dc7..6e71d3566 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.325 .
+# From configure.in Revision: 1.326 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by Autoconf 2.52.
#
@@ -1646,7 +1646,7 @@ echo "$as_me: error: bad value $enableval for --enable-cxx, need yes/no/detect"
{ (exit 1); exit 1; }; } ;;
esac
else
- enable_cxx=detect
+ enable_cxx=no
fi;
# Check whether --enable-fft or --disable-fft was given.
@@ -4515,7 +4515,7 @@ CXXDEPMODE="depmode=$am_cv_CXX_dependencies_compiler_type"
echo "$as_me:4515: checking C++ compiler $CXX $CXXFLAGS" >&5
echo $ECHO_N "checking C++ compiler $CXX $CXXFLAGS... $ECHO_C" >&6
cat >conftest.cc <<EOF
-#include <iostream.h>
+#include <iostream>
int
main (void)
{