diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-27 20:45:38 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-27 20:45:38 +0200 |
commit | e014f3b24e02d746a3982f3061796569ff294a03 (patch) | |
tree | 5af40a50bbc8325a92f8c530393899a7264532cf /configure | |
parent | 8c8676c0818beb7baa6829871f9578affc921a53 (diff) | |
download | egawk-e014f3b24e02d746a3982f3061796569ff294a03.tar.gz egawk-e014f3b24e02d746a3982f3061796569ff294a03.tar.bz2 egawk-e014f3b24e02d746a3982f3061796569ff294a03.zip |
Remove special support for AIX; should work normally.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 19 |
1 files changed, 0 insertions, 19 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 |