summaryrefslogtreecommitdiff
path: root/scripts/phpize.m4
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-08 10:18:17 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-08 10:18:17 +0200
commit5ba69ab3addf17b0b854a20148f92e25b3790ef7 (patch)
treec879af8d418fd587fbd53cce0bfa67d84b2f2a9b /scripts/phpize.m4
parent0ba1db7a4ab035e00dcb3089ef45820054c5a1cf (diff)
downloadphp-git-5ba69ab3addf17b0b854a20148f92e25b3790ef7.tar.gz
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
Diffstat (limited to 'scripts/phpize.m4')
-rw-r--r--scripts/phpize.m44
1 files changed, 0 insertions, 4 deletions
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