Skip to content

Commit 00272e5

Browse files
committed
Remove some unused variables
Variables php_abs_top_srcdir php_abs_top_builddir are no longer used.
1 parent 3bde483 commit 00272e5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

configure.ac

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ test -z "$CFLAGS" && auto_cflags=1
165165
abs_srcdir=`(cd $srcdir; pwd)`
166166
abs_builddir=`pwd`
167167

168-
php_abs_top_srcdir=$abs_srcdir
169-
php_abs_top_builddir=$abs_builddir
170-
171168
dnl Because `make install` is often performed by the superuser, we create the
172169
dnl libs subdirectory as the user who configures PHP. Otherwise, the current
173170
dnl user will not be able to delete libs or the contents of libs.
@@ -1381,8 +1378,6 @@ PHP_SUBST(EXT_LIBS)
13811378

13821379
PHP_SUBST_OLD(abs_builddir)
13831380
PHP_SUBST_OLD(abs_srcdir)
1384-
PHP_SUBST_OLD(php_abs_top_builddir)
1385-
PHP_SUBST_OLD(php_abs_top_srcdir)
13861381

13871382
PHP_SUBST(bindir)
13881383
PHP_SUBST(sbindir)

0 commit comments

Comments
 (0)