Skip to content

Commit 29a1772

Browse files
author
Derick Rethans
committed
- Merge Sascha's builds tools fix
1 parent e02ef7f commit 29a1772

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configure.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ T_ME=`$php_shtool echo -n -e %b`
116116
dnl We want this one before the checks, so the checks can modify CFLAGS.
117117
test -z "$CFLAGS" && auto_cflags=1
118118
119-
dnl AC_AIX needs to be before any macros that run the C compiler.
120-
AC_AIX
121119
122120
abs_srcdir=`(cd $srcdir; pwd)`
123121
abs_builddir=`pwd`
@@ -141,6 +139,7 @@ AC_PROG_CC_C_O
141139
dnl Change to AC_PROG_CC_STDC when we start requiring a post-2.13 autoconf
142140
AM_PROG_CC_STDC
143141
AC_PROG_CPP
142+
AC_AIX
144143
dnl AC_PROG_CXX
145144
dnl AC_PROG_CXXCPP
146145
dnl check for -R, etc. switch

0 commit comments

Comments
 (0)