From 793dfa91bb6317dcf4aee7a59ef5ffa0d621abdd Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Wed, 24 Jul 2019 21:40:21 +0200 Subject: Remove outdated Libtool hack for macs This was once relevant for older versions of macs and autoconf 2.13. Closes GH-4435 --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 36c6e5e3e2..6819e774a5 100644 --- a/configure.ac +++ b/configure.ac @@ -1444,14 +1444,6 @@ dnl PHP_HELP_SEPARATOR([Libtool:]) PHP_CONFIGURE_PART(Configuring libtool) -dnl Autoconf 2.13's libtool checks go slightly nuts on Mac OS X 10.5 and 10.6. -dnl This hack works around it. Ugly. -case $host_alias in -*darwin9*|*darwin10*) - ac_cv_exeext= - ;; -esac - dnl Silence warning: `ar: 'u' modifier ignored since 'D' is the default` dnl See https://github.com/php/php-src/pull/3017 AC_SUBST(AR_FLAGS, [cr]) -- cgit v1.2.1