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. --- m4/arch.m4 | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'm4/arch.m4') diff --git a/m4/arch.m4 b/m4/arch.m4 index f156f9f3..6897a1a3 100644 --- a/m4/arch.m4 +++ b/m4/arch.m4 @@ -21,21 +21,6 @@ dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA dnl -dnl Check for AIX and add _XOPEN_SOURCE_EXTENDED -AC_DEFUN([GAWK_AC_AIX_TWEAK], [ -AC_MSG_CHECKING([for AIX compilation hacks]) -AC_CACHE_VAL(gawk_cv_aix_hack, [ -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 -])dnl -AC_MSG_RESULT([${gawk_cv_aix_hack}]) -])dnl - dnl Check for z/OS Unix Systems Services AC_DEFUN([AC_ZOS_USS], [ AC_MSG_CHECKING([for z/OS USS compilation]) -- cgit v1.2.3