diff options
author | Rui Hirokawa <hirokawa@php.net> | 2000-09-26 14:25:02 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2000-09-26 14:25:02 +0000 |
commit | d4cd24c22d33627277ec7da411fe2043b88cf31e (patch) | |
tree | db9546b58f788dcc6bb5dc15a1f86481a29e92ef | |
parent | 5b6d7521196319c1f2acf79c91b2324b54626022 (diff) | |
download | php-git-d4cd24c22d33627277ec7da411fe2043b88cf31e.tar.gz |
correct the problem configure script doesn't output Makefile as shared extension.
-rw-r--r-- | pear/pear.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/pear.m4 b/pear/pear.m4 index bf0553add1..a3eb1fcb4c 100644 --- a/pear/pear.m4 +++ b/pear/pear.m4 @@ -76,7 +76,7 @@ PHP_SUBST(SHELL) PHP_FAST_OUTPUT(Makefile) PHP_GEN_CONFIG_VARS -PHP_GEN_MAKEFILES +PHP_GEN_MAKEFILES($PHP_FAST_OUTPUT_FILES) test -d modules || mkdir modules touch .deps |