summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Parise <jon@php.net>2001-01-05 18:37:01 +0000
committerJon Parise <jon@php.net>2001-01-05 18:37:01 +0000
commit7c4e41f8558e60a1a59cff4f90d5808bd8511440 (patch)
tree915245e876a20355e719f0c978432dc1bebb60f3
parent315e790ccc706b8d0f88a972ae8ef6330e8bae7c (diff)
downloadphp-git-7c4e41f8558e60a1a59cff4f90d5808bd8511440.tar.gz
Fix the substitution of PEAR_INSTALLDIR. (@PEAR_INSTALLDIR@ in pear/PEAR.php.in)
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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)