diff options
| -rw-r--r-- | scripts/phpize.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in index 8f29e0c00e..a2e3631303 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -57,7 +57,7 @@ touch install-sh mkinstalldirs missing aclocal || exit 1 autoconf || exit 1 autoheader || exit 1 -libtoolize=`$phpdir/shtool path glibtoolize libtoolize` +libtoolize=`$builddir/build/shtool path glibtoolize libtoolize` $libtoolize -f -c || exit 1 # dumping API NOs: |
