We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d4b2b commit 793dfa9Copy full SHA for 793dfa9
configure.ac
@@ -1444,14 +1444,6 @@ dnl
1444
PHP_HELP_SEPARATOR([Libtool:])
1445
PHP_CONFIGURE_PART(Configuring libtool)
1446
1447
-dnl Autoconf 2.13's libtool checks go slightly nuts on Mac OS X 10.5 and 10.6.
1448
-dnl This hack works around it. Ugly.
1449
-case $host_alias in
1450
-*darwin9*|*darwin10*)
1451
- ac_cv_exeext=
1452
- ;;
1453
-esac
1454
-
1455
dnl Silence warning: `ar: 'u' modifier ignored since 'D' is the default`
1456
dnl See https://github.com/php/php-src/pull/3017
1457
AC_SUBST(AR_FLAGS, [cr])
0 commit comments