From: Jon Parise Date: Fri, 5 Jan 2001 18:37:01 +0000 (+0000) Subject: Fix the substitution of PEAR_INSTALLDIR. (@PEAR_INSTALLDIR@ in pear/PEAR.php.in) X-Git-Tag: php-4.0.5RC1~720 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c4e41f8558e60a1a59cff4f90d5808bd8511440;p=php Fix the substitution of PEAR_INSTALLDIR. (@PEAR_INSTALLDIR@ in pear/PEAR.php.in) --- diff --git a/configure.in b/configure.in index e226b8a959..f233eb5075 100644 --- a/configure.in +++ b/configure.in @@ -742,7 +742,7 @@ PHP_SUBST(LIBTOOL) PHP_SUBST(LN_S) PHP_SUBST_OLD(NATIVE_RPATHS) PHP_SUBST(PEAR_DIR) -PHP_SUBST(PEAR_INSTALLDIR) +PHP_SUBST_OLD(PEAR_INSTALLDIR) PHP_SUBST(PHP_BUILD_DATE) PHP_SUBST(PHP_COMPILE) PHP_SUBST_OLD(PHP_LDFLAGS)