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 | |
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')
-rwxr-xr-x | configure | 24 |
1 files changed, 0 insertions, 24 deletions
@@ -6212,25 +6212,6 @@ rm -rf conftest* fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for AIX compilation hacks" >&5 -$as_echo_n "checking for AIX compilation hacks... " >&6; } -if ${gawk_cv_aix_hack+:} false; then : - $as_echo_n "(cached) " >&6 -else - -if test -d /lpp -then - CFLAGS="$CFLAGS -D_XOPEN_SOURCE_EXTENDED=1 -DGAWK_AIX=1" - gawk_cv_aix_hack=yes -else - gawk_cv_aix_hack=no -fi - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${gawk_cv_aix_hack}" >&5 -$as_echo "${gawk_cv_aix_hack}" >&6; } - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we are using EBCDIC" >&5 $as_echo_n "checking if we are using EBCDIC... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -6253,11 +6234,6 @@ rm -f conftest* { $as_echo "$as_me:${as_lineno-$LINENO}: result: $use_ebcdic" >&5 $as_echo "$use_ebcdic" >&6; } -if test "$ISC" = 1 # will be set by test for ISC -then - CFLAGS="$CFLAGS -D_SYSV3" -fi - ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |