diff options
-rwxr-xr-x | configure | 2 | ||||
-rwxr-xr-x | extension/configure | 2 | ||||
-rw-r--r-- | m4/arch.m4 | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 |