mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
Fix --with-pear=path too.
This commit is contained in:
parent
2b9e767822
commit
24187f2e05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user