Fix --with-pear=path too.

This commit is contained in:
foobar 2001-08-15 21:39:32 +00:00
parent 2b9e767822
commit 24187f2e05

View File

@ -508,6 +508,7 @@ PHP_ARG_WITH(pear, [whether to install PEAR, and where],
if test "$PHP_PEAR" != "no"; then
PEAR_DIR=pear
PEAR_INSTALLDIR=$PHP_PEAR
fi
if test "$PHP_PEAR" = "DEFAULT" -o "x$PHP_PEAR" = "xyes"; then