From d53024023c88be9edde1ed0908e5a2ad0aa03b2b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 18 Aug 2006 08:40:16 +0000 Subject: [PATCH 1/1] - attempt to fix ext deps --- config9.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config9.m4 b/config9.m4 index 7bbb2c2..55397a7 100644 --- a/config9.m4 +++ b/config9.m4 @@ -54,7 +54,7 @@ if test "$PHP_HTTP" != "no"; then elif test "$haveext"; then AC_MSG_RESULT([yes]) ifdef([PHP_ADD_EXTENSION_DEP], [ - PHP_ADD_EXTENSION_DEP([http], $1, 0) + PHP_ADD_EXTENSION_DEP([http], $1, true) ]) $2 else -- 2.30.2