diff options
Diffstat (limited to 'lang/php5/files')
-rw-r--r-- | lang/php5/files/patch-acinclude.m4 | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/lang/php5/files/patch-acinclude.m4 b/lang/php5/files/patch-acinclude.m4 index 925902e0e2e8..14396604f6e6 100644 --- a/lang/php5/files/patch-acinclude.m4 +++ b/lang/php5/files/patch-acinclude.m4 @@ -1,6 +1,19 @@ ---- acinclude.m4.orig Tue Jul 26 00:31:07 2005 -+++ acinclude.m4 Wed Nov 16 09:30:03 2005 -@@ -1707,9 +1707,9 @@ +--- acinclude.m4.orig Sat Dec 24 12:38:05 2005 ++++ acinclude.m4 Mon Jan 16 12:20:17 2006 +@@ -1021,12 +1021,6 @@ + build to be successful. + ]) + fi +- if test "x$is_it_shared" = "x" && test "x$3" != "xtrue"; then +- AC_MSG_ERROR([ +-You've configured extension $1, which depends on extension $2, +-but you've either not enabled $2, or have disabled it. +-]) +- fi + dnl Some systems require that we link $2 to $1 when building + ]) + +@@ -2151,9 +2145,9 @@ test -z "$PHP_IMAP_SSL" && PHP_IMAP_SSL=no dnl Fallbacks for different configure options |