summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-03 23:46:12 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-03 23:46:12 +0200
commitf401408da70dbbebf26fb15263fe404b2667dd1e (patch)
treec0e833ca8941e38796387681e8461feab7a1a956 /aclocal.m4
parent011fc12a0660fb243aa246420424d530aaf75552 (diff)
downloadgmp-f401408da70dbbebf26fb15263fe404b2667dd1e.tar.gz
Regenerate for:
Correction, <iostream> not <iostream.h>: * acinclude.m4 (GMP_PROG_CXX_WORKS): New macro.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index ee604d71f..f4948a249 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -567,7 +567,7 @@ dnl selections, so the result is not cached.
AC_DEFUN(GMP_PROG_CXX_WORKS,
[AC_MSG_CHECKING([C++ compiler $1])
cat >conftest.cc <<EOF
-#include <iostream.h>
+#include <iostream>
int
main (void)
{