Remove outdated hack for AIX 4

AIX 4 is not supported anymore for a while. This hack was added very
long time ago into PHP and is not needed anymore.
This commit is contained in:
Peter Kokot 2019-03-02 22:59:06 +01:00
parent 6bb657fc34
commit d6dac94ab1

View file

@ -9,12 +9,6 @@ AC_REQUIRE([AC_PROG_CC])
LIBZEND_BISON_CHECK
dnl Ugly hack to get around a problem with gcc on AIX.
if test "$CC" = "gcc" -a "$ac_cv_prog_cc_g" = "yes" -a \
"`uname -sv`" = "AIX 4"; then
CFLAGS=`echo $CFLAGS | sed -e 's/-g//'`
fi
AC_CHECK_HEADERS(
inttypes.h \
stdint.h \