Skip to content

Commit

Permalink
Remove outdated hack for AIX 4
Browse files Browse the repository at this point in the history
AIX 4 is not supported anymore for a while. This hack was added very
long time ago into PHP and is not needed anymore.
  • Loading branch information
petk committed Mar 3, 2019
1 parent 6bb657f commit d6dac94
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Zend/Zend.m4
Expand Up @@ -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 \
Expand Down

0 comments on commit d6dac94

Please sign in to comment.