diff options
author | Felipe Pena <felipensp@gmail.com> | 2012-11-09 21:24:05 -0200 |
---|---|---|
committer | Felipe Pena <felipensp@gmail.com> | 2012-11-09 21:24:05 -0200 |
commit | 80682bdcd82bcabb78fe3a22ccecb00df7b59d34 (patch) | |
tree | 1f29bd00485e004e7c725b3d54500793c723792a | |
parent | e383d4d20ddeb908569c5ad8cd4772c738f2db99 (diff) | |
parent | 964acdaa3527225d06beb8f81724513c9b9dd8dd (diff) | |
download | php-git-80682bdcd82bcabb78fe3a22ccecb00df7b59d34.tar.gz |
Merge branch 'PHP-5.4'
* PHP-5.4:
- Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created)
-rw-r--r-- | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index f32079abda..d407b8cde6 100644 --- a/config.guess +++ b/config.guess @@ -532,7 +532,7 @@ EOF echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[456]) + *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 |