From fce0420478a3807f2592b40b55f2061aa8e7f212 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 16 Jan 2006 12:08:20 +0000 Subject: Update to 5.1.2 release: - add reflection - enable xmlreader and xmlwriter by default in php5-extensions --- lang/php5/files/patch-acinclude.m4 | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'lang/php5/files') 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 -- cgit v1.2.3