summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-07-20 19:19:24 +0000
committerDerick Rethans <derick@php.net>2002-07-20 19:19:24 +0000
commit29a1772e0634314c6fe92ef2c10e04f6f491afba (patch)
treeae6224ddccc2a5c057e9031d0c7a60821ff7961a
parente02ef7fe8d7772c899f6fc4c8351b1417851361f (diff)
downloadphp-git-29a1772e0634314c6fe92ef2c10e04f6f491afba.tar.gz
- Merge Sascha's builds tools fix
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index fedd540f17..ec1ad83e98 100644
--- a/configure.in
+++ b/configure.in
@@ -116,8 +116,6 @@ T_ME=`$php_shtool echo -n -e %b`
dnl We want this one before the checks, so the checks can modify CFLAGS.
test -z "$CFLAGS" && auto_cflags=1
-dnl AC_AIX needs to be before any macros that run the C compiler.
-AC_AIX
abs_srcdir=`(cd $srcdir; pwd)`
abs_builddir=`pwd`
@@ -141,6 +139,7 @@ AC_PROG_CC_C_O
dnl Change to AC_PROG_CC_STDC when we start requiring a post-2.13 autoconf
AM_PROG_CC_STDC
AC_PROG_CPP
+AC_AIX
dnl AC_PROG_CXX
dnl AC_PROG_CXXCPP
dnl check for -R, etc. switch