From 24187f2e05da17e3b2b59385ae47b008b4a80595 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 15 Aug 2001 21:39:32 +0000 Subject: [PATCH] Fix --with-pear=path too. --- configure.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1