From d4cd24c22d33627277ec7da411fe2043b88cf31e Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Tue, 26 Sep 2000 14:25:02 +0000 Subject: [PATCH] correct the problem configure script doesn't output Makefile as shared extension. --- pear/pear.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1