summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-04 01:18:13 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-04 01:18:13 +0200
commit049ecf0154b1b2e7ea7f4e22a8629461df2b07d6 (patch)
tree03b8b38c60d654852c2659b7baa3b3b91a8065f4 /configure
parentcff3d205fbc6d9aac56d49ad9f500522e85fb831 (diff)
downloadgmp-049ecf0154b1b2e7ea7f4e22a8629461df2b07d6.tar.gz
Regenerate for:
* acinclude.m4 (GMP_PROG_CC_IS_GNU, GMP_PROG_CXX_WORKS): Send compiler errors to config.log.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 6e71d3566..fadbbca46 100755
--- a/configure
+++ b/configure
@@ -2518,7 +2518,7 @@ for abi in $abilist; do
choke me
#endif
EOF
-gmp_compile="$cc -c conftest.c"
+gmp_compile="$cc -c conftest.c >&5"
if { (eval echo "$as_me:2522: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
@@ -4525,7 +4525,7 @@ main (void)
}
EOF
-gmp_cxxcompile="$CXX $CXXFLAGS conftest.cc -o conftest"
+gmp_cxxcompile="$CXX $CXXFLAGS conftest.cc -o conftest >&5"
if { (eval echo "$as_me:4529: \"$gmp_cxxcompile\"") >&5
(eval $gmp_cxxcompile) 2>&5
ac_status=$?
@@ -17975,7 +17975,7 @@ EOF
EOF
;;
esac
- gmp_compile="$CC $CFLAGS $CPPFLAGS conftes1.c conftes2.s 1>&5"
+ gmp_compile="$CC $CFLAGS $CPPFLAGS conftes1.c conftes2.s >&5"
if { (eval echo "$as_me:17979: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?