We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02ef7f commit 29a1772Copy full SHA for 29a1772
configure.in
@@ -116,8 +116,6 @@ T_ME=`$php_shtool echo -n -e %b`
116
dnl We want this one before the checks, so the checks can modify CFLAGS.
117
test -z "$CFLAGS" && auto_cflags=1
118
119
-dnl AC_AIX needs to be before any macros that run the C compiler.
120
-AC_AIX
121
122
abs_srcdir=`(cd $srcdir; pwd)`
123
abs_builddir=`pwd`
@@ -141,6 +139,7 @@ AC_PROG_CC_C_O
141
139
dnl Change to AC_PROG_CC_STDC when we start requiring a post-2.13 autoconf
142
140
AM_PROG_CC_STDC
143
AC_PROG_CPP
+AC_AIX
144
dnl AC_PROG_CXX
145
dnl AC_PROG_CXXCPP
146
dnl check for -R, etc. switch
0 commit comments