diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 50a985bb..0c36c704 100644 --- a/configure.ac +++ b/configure.ac @@ -144,7 +144,7 @@ gnu_gawk_in_ebcdic use_ebcdic=yes], [use_ebcdic=no]) AC_MSG_RESULT([$use_ebcdic]) -if test "$use_ebcdic" = yes ] +if test "$use_ebcdic" = yes then ZOS_FAIL='; echo Expect $@ to fail on z/OS.' fi |