diff options
author | Jon Parise <jon@php.net> | 2001-01-05 18:37:01 +0000 |
---|---|---|
committer | Jon Parise <jon@php.net> | 2001-01-05 18:37:01 +0000 |
commit | 7c4e41f8558e60a1a59cff4f90d5808bd8511440 (patch) | |
tree | 915245e876a20355e719f0c978432dc1bebb60f3 | |
parent | 315e790ccc706b8d0f88a972ae8ef6330e8bae7c (diff) | |
download | php-git-7c4e41f8558e60a1a59cff4f90d5808bd8511440.tar.gz |
Fix the substitution of PEAR_INSTALLDIR. (@PEAR_INSTALLDIR@ in pear/PEAR.php.in)
-rw-r--r-- | configure.in | 2 |
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) |