Skip to content

Commit 0d36701

Browse files
authored
Autotools: Remove dead code (#15128)
This is a left over from 4dee0c4. These definitions are now always done by the config-stubs file. For phpize builds they are in the phpize.m4 as before.
1 parent 32210ce commit 0d36701

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ PHP_SUBST([PHP_MINOR_VERSION])
7676
PHP_SUBST([PHP_RELEASE_VERSION])
7777
PHP_SUBST([PHP_EXTRA_VERSION])
7878

79-
dnl Define where extension directories are located in the configure context.
80-
AC_DEFUN([PHP_EXT_BUILDDIR],[$config_m4_dir])dnl
81-
AC_DEFUN([PHP_EXT_DIR],[$config_m4_dir])dnl
82-
AC_DEFUN([PHP_EXT_SRCDIR],[$abs_srcdir/$config_m4_dir])dnl
8379
AC_DEFUN([PHP_ALWAYS_SHARED],[])dnl
8480

8581
dnl Setting up the PHP version based on the information above.

0 commit comments

Comments
 (0)