mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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:
parent
6bb657fc34
commit
d6dac94ab1
1 changed files with 0 additions and 6 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue