From 7c4e41f8558e60a1a59cff4f90d5808bd8511440 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Fri, 5 Jan 2001 18:37:01 +0000 Subject: [PATCH] Fix the substitution of PEAR_INSTALLDIR. (@PEAR_INSTALLDIR@ in pear/PEAR.php.in) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0