From: foobar Date: Wed, 15 Aug 2001 21:39:32 +0000 (+0000) Subject: Fix --with-pear=path too. X-Git-Tag: PRE_SUBST_Z_MACROS~509 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24187f2e05da17e3b2b59385ae47b008b4a80595;p=php Fix --with-pear=path too. --- diff --git a/configure.in b/configure.in index 66c9237466..2fb70db52a 100644 --- a/configure.in +++ b/configure.in @@ -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