]> granicus.if.org Git - php/commitdiff
MFH fix for wrongly detected CPP on platforms such as Solaris where
authorSascha Schumann <sas@php.net>
Sat, 20 Jul 2002 16:25:28 +0000 (16:25 +0000)
committerSascha Schumann <sas@php.net>
Sat, 20 Jul 2002 16:25:28 +0000 (16:25 +0000)
a package might be installed which actually does not contain a real
compiler.

configure.in

index 62dc9bfc317485c1ae917a12a31fbd7b457592e2..4c3ac1ae807472c6ca5d3d20589757b43c3e4283 100644 (file)
@@ -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