diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-27 20:47:42 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-27 20:47:42 +0200 |
commit | 2bc78c79f79dea26c044a60d25a8f57d4869fd6d (patch) | |
tree | 050c69ed053e630b29465c41dc755bfa16c855a7 /configure.ac | |
parent | ae23c6e39ed910798890267679c1d744b951028a (diff) | |
parent | cd64f695ec51f4f9e67cc0380d30b429e1be298b (diff) | |
download | egawk-2bc78c79f79dea26c044a60d25a8f57d4869fd6d.tar.gz egawk-2bc78c79f79dea26c044a60d25a8f57d4869fd6d.tar.bz2 egawk-2bc78c79f79dea26c044a60d25a8f57d4869fd6d.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 2b52fcb7..f57d2a77 100644 --- a/configure.ac +++ b/configure.ac @@ -112,7 +112,6 @@ dnl checks for systems AC_ZOS_USS AC_SEARCH_LIBS([strerror],[cposix]) AC_SYS_LARGEFILE -GAWK_AC_AIX_TWEAK AC_MSG_CHECKING([if we are using EBCDIC]) AC_EGREP_CPP([gnu_gawk_in_ebcdic], @@ -124,12 +123,6 @@ gnu_gawk_in_ebcdic [use_ebcdic=no]) AC_MSG_RESULT([$use_ebcdic]) -if test "$ISC" = 1 # will be set by test for ISC -then -dnl need -D_SYSV3 for ISC - CFLAGS="$CFLAGS -D_SYSV3" -fi - dnl Set the programming language for checks. Fortunately, dnl this only needs to be set once, since everything is in C. AC_LANG([C]) |