Commit: 07ee764e5709dc8d9f26382d8e7438696f5bb834 Author: Reeze Xia <reeze....@gmail.com> Thu, 19 Jul 2012 00:27:34 +0800 Committer: Stanislav Malyshev <s...@php.net> Sun, 5 Aug 2012 20:22:07 -0700 Parents: 228c2886869e7f50a272f163cb3b765a65fd40eb Branches: PHP-5.3 PHP-5.4 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=07ee764e5709dc8d9f26382d8e7438696f5bb834 Log: Fixed bug #62460 (php binaries installed as binary.dSYM) See http://marc.info/?l=php-cvs&m=125961714419896 Mac OS X 10.7&10.8 affected too. Bugs: https://bugs.php.net/62460 Changed paths: M configure.in Diff: diff --git a/configure.in b/configure.in index fa6c557..d896583 100644 --- a/configure.in +++ b/configure.in @@ -1335,10 +1335,10 @@ PHP_CONFIGURE_PART(Configuring libtool) LDFLAGS="$LDFLAGS $PHP_AIX_LDFLAGS" -dnl Autoconf 2.13's libtool checks go slightly nuts on Mac OS X 10.5 and 10.6. +dnl Autoconf 2.13's libtool checks go slightly nuts on Mac OS X 10.5, 10.6, 10.7 and 10.8. dnl This hack works around it. Ugly. case $host_alias in -*darwin9*|*darwin10*) +*darwin9*|*darwin10*|*darwin11*|*darwin12*) ac_cv_exeext= ;; esac -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php