From 5ba69ab3addf17b0b854a20148f92e25b3790ef7 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 8 Jul 2019 10:18:17 +0200 Subject: Remove some unused variables - Variables php_abs_top_srcdir php_abs_top_builddir are no longer used. - ZEND_EXT_TYPE is always zend_extension and variable is no longer used. Closes GH-4378 --- scripts/phpize.m4 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts') diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index 880309bce7..f583a52146 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -111,10 +111,6 @@ php_zts_is_enabled CPPFLAGS=$old_CPPFLAGS AC_MSG_RESULT([$PHP_THREAD_SAFETY]) -dnl Support for building and testing Zend extensions. -ZEND_EXT_TYPE="zend_extension" -PHP_SUBST(ZEND_EXT_TYPE) - dnl Discard optimization flags when debugging is enabled. if test "$PHP_DEBUG" = "yes"; then PHP_DEBUG=1 -- cgit v1.2.1