From: Michael Wallner Date: Fri, 18 Aug 2006 08:40:16 +0000 (+0000) Subject: - attempt to fix ext deps X-Git-Tag: RELEASE_1_2_0~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=d53024023c88be9edde1ed0908e5a2ad0aa03b2b - attempt to fix ext deps --- 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