summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-08-14 16:03:20 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-08-14 16:03:20 +0300
commitcf98a594c37cc3007a38a3a02e1a2e993f729ecf (patch)
tree3cb8a95816d8595c38c3187d49f57fb896c1f14e
parent09f77c4f7422beb0babbe04e6c707d07df7de6d4 (diff)
downloadgawk-cf98a594c37cc3007a38a3a02e1a2e993f729ecf.tar.gz
Comment out failure if c89 compiler in configure.
-rwxr-xr-xconfigure2
-rwxr-xr-xextension/configure2
-rw-r--r--m4/arch.m42
3 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 7520e2ba..78f1681d 100755
--- a/configure
+++ b/configure
@@ -5876,7 +5876,7 @@ then
then
if echo " $CC " | $EGREP ' (/bin/)?(cc|c89) ' >/dev/null
then
- as_fn_error $? "invalid-cc
+: as_fn_error $? "invalid-cc
GNU Awk does not support the \"cc\" nor \"c89\" compiler frontends on z/OS.
Please set CC to \"c99\" or one of the \"xlc\" frontends." "$LINENO" 5
fi
diff --git a/extension/configure b/extension/configure
index ea3136c0..40eccf5a 100755
--- a/extension/configure
+++ b/extension/configure
@@ -3673,7 +3673,7 @@ then
then
if echo " $CC " | $EGREP ' (/bin/)?(cc|c89) ' >/dev/null
then
- as_fn_error $? "invalid-cc
+: as_fn_error $? "invalid-cc
GNU Awk does not support the \"cc\" nor \"c89\" compiler frontends on z/OS.
Please set CC to \"c99\" or one of the \"xlc\" frontends." "$LINENO" 5
fi
diff --git a/m4/arch.m4 b/m4/arch.m4
index 193704ab..be15a27f 100644
--- a/m4/arch.m4
+++ b/m4/arch.m4
@@ -74,7 +74,7 @@ then
dnl "-W c,langlvl(stdc99,libext)". Good luck quoting that.)
if echo " $CC " | $EGREP ' (/bin/)?(cc|c89) ' >/dev/null
then
- AC_MSG_ERROR([invalid-cc
+: AC_MSG_ERROR([invalid-cc
GNU Awk does not support the "cc" nor "c89" compiler frontends on z/OS.
Please set CC to "c99" or one of the "xlc" frontends.])
fi