diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-03-02 22:59:06 +0100 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-03-03 14:51:36 +0100 |
commit | d6dac94ab14400ce715608c05bec9a94e724c373 (patch) | |
tree | 45ee2001217ab2c4af486f1b86122e716be77fb4 /Zend | |
parent | 6bb657fc348dba9f55e2d2fed601e3722a590fea (diff) | |
download | php-git-d6dac94ab14400ce715608c05bec9a94e724c373.tar.gz |
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.
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/Zend.m4 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index 31c59b9ed7..1768a4e893 100644 --- a/Zend/Zend.m4 +++ b/Zend/Zend.m4 @@ -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 \ |