[Gmp-commit] /var/hg/gmp: Don't check if we got a C99 compiler for now (parti...
mercurial at gmplib.org
mercurial at gmplib.org
Sun Jan 29 17:10:35 UTC 2017
details: /var/hg/gmp/rev/b8b516fc2e3a
changeset: 17216:b8b516fc2e3a
user: Torbjorn Granlund <tg at gmplib.org>
date: Sun Jan 29 18:10:24 2017 +0100
description:
Don't check if we got a C99 compiler for now (partially revert 2017-01-24 change as C++ compilers become rejected).
diffstat:
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r 3c98fece2af2 -r b8b516fc2e3a configure.ac
--- a/configure.ac Wed Jan 25 12:04:47 2017 +0100
+++ b/configure.ac Sun Jan 29 18:10:24 2017 +0100
@@ -2393,9 +2393,9 @@
AC_PROG_CC_C99
AC_PROG_CPP
-if test "$ac_cv_prog_cc_c99" = no; then
- AC_MSG_ERROR([Cannot find a C99 capable compiler])
-fi
+#if test "$ac_cv_prog_cc_c99" = no; then
+# AC_MSG_ERROR([Cannot find a C99 capable compiler])
+#fi
# The C compiler on the build system, and associated tests.
GMP_PROG_CC_FOR_BUILD
More information about the gmp-commit
mailing list