From e014f3b24e02d746a3982f3061796569ff294a03 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 27 Jan 2016 20:45:38 +0200 Subject: Remove special support for AIX; should work normally. --- configure | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 78864a11..849569cf 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3 From cd64f695ec51f4f9e67cc0380d30b429e1be298b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 27 Jan 2016 20:46:58 +0200 Subject: Remove old ISC Unix cruft. --- configure | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 849569cf..af1b8ecc 100755 --- a/configure +++ b/configure @@ -6234,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' -- cgit v1.2.3