Skip to content

Commit 793dfa9

Browse files
committed
Remove outdated Libtool hack for macs
This was once relevant for older versions of macs and autoconf 2.13. Closes GH-4435
1 parent 99d4b2b commit 793dfa9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

configure.ac

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,14 +1444,6 @@ dnl
14441444
PHP_HELP_SEPARATOR([Libtool:])
14451445
PHP_CONFIGURE_PART(Configuring libtool)
14461446

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-
14551447
dnl Silence warning: `ar: 'u' modifier ignored since 'D' is the default`
14561448
dnl See https://github.com/php/php-src/pull/3017
14571449
AC_SUBST(AR_FLAGS, [cr])

0 commit comments

Comments
 (0)