]> granicus.if.org Git - php/commitdiff
Fix --with-pear=path too.
authorfoobar <sniper@php.net>
Wed, 15 Aug 2001 21:39:32 +0000 (21:39 +0000)
committerfoobar <sniper@php.net>
Wed, 15 Aug 2001 21:39:32 +0000 (21:39 +0000)
configure.in

index 66c92374664c064b4aef0b7b27b4deed3df78d1b..2fb70db52ad64aceef18ba494548eba00ebcfd6b 100644 (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