Blame SOURCES/php-5.3.0-recode.patch

de2dbd
diff -up php-5.3.0beta1/ext/recode/config9.m4.recode php-5.3.0beta1/ext/recode/config9.m4
de2dbd
--- php-5.3.0beta1/ext/recode/config9.m4.recode	2008-12-02 00:30:21.000000000 +0100
de2dbd
+++ php-5.3.0beta1/ext/recode/config9.m4	2009-02-28 09:46:50.000000000 +0100
de2dbd
@@ -4,13 +4,6 @@ dnl
de2dbd
 
de2dbd
 dnl Check for extensions with which Recode can not work
de2dbd
 if test "$PHP_RECODE" != "no"; then
de2dbd
-  test "$PHP_IMAP"  != "no" && recode_conflict="$recode_conflict imap"
de2dbd
-
de2dbd
-  if test -n "$MYSQL_LIBNAME"; then
de2dbd
-    PHP_CHECK_LIBRARY($MYSQL_LIBNAME, hash_insert, [
de2dbd
-      recode_conflict="$recode_conflict mysql"
de2dbd
-    ])
de2dbd
-  fi
de2dbd
 
de2dbd
   if test -n "$recode_conflict"; then
de2dbd
     AC_MSG_ERROR([recode extension can not be configured together with:$recode_conflict])