Skip to content

Commit 3a6ac84

Browse files
committed
Remove unused AM_SET_LIBTOOL_VARIABLE m4 macro
It was once used with Automake and Zend's build files. Call has been removed via e1f101d
1 parent 16d0824 commit 3a6ac84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Zend/acinclude.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ AC_DEFUN([AC_ZEND_BROKEN_SPRINTF],[
7979
AC_DEFINE_UNQUOTED(ZEND_BROKEN_SPRINTF, $ac_result, [Whether sprintf is broken])
8080
])
8181

82-
AC_DEFUN([AM_SET_LIBTOOL_VARIABLE],[
83-
LIBTOOL='$(SHELL) $(top_builddir)/libtool $1'
84-
])
85-
8682
dnl x87 floating point internal precision control checks
8783
dnl See: http://wiki.php.net/rfc/rounding
8884
AC_DEFUN([ZEND_CHECK_FLOAT_PRECISION],[

0 commit comments

Comments
 (0)