summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-24 21:40:21 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-24 21:40:21 +0200
commit793dfa91bb6317dcf4aee7a59ef5ffa0d621abdd (patch)
treeaf0e3fdf6d99cf57672a7ee8b13a46d57724affd /configure.ac
parent99d4b2bddc4cd42456e03d91d0454726767e35bd (diff)
downloadphp-git-793dfa91bb6317dcf4aee7a59ef5ffa0d621abdd.tar.gz
Remove outdated Libtool hack for macs
This was once relevant for older versions of macs and autoconf 2.13. Closes GH-4435
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
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])