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 /m4/arch.m4 | |
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 'm4/arch.m4')
-rw-r--r-- | m4/arch.m4 | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -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]) |