summaryrefslogtreecommitdiff
path: root/m4
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 /m4
parent09f77c4f7422beb0babbe04e6c707d07df7de6d4 (diff)
downloadgawk-cf98a594c37cc3007a38a3a02e1a2e993f729ecf.tar.gz
Comment out failure if c89 compiler in configure.
Diffstat (limited to 'm4')
-rw-r--r--m4/arch.m42
1 files changed, 1 insertions, 1 deletions
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