Index: php5-5.2.0/ext/recode/config9.m4 =================================================================== --- php5-5.2.0.orig/ext/recode/config9.m4 2007-03-18 22:56:59.000000000 +0100 +++ php5-5.2.0/ext/recode/config9.m4 2007-03-18 22:58:44.000000000 +0100 @@ -8,6 +8,6 @@ test "$PHP_MYSQL" != "no" && recode_conflict="$recode_conflict mysql" if test -n "$recode_conflict"; then - AC_MSG_ERROR([recode extension can not be configured together with:$recode_conflict]) + AC_MSG_WARN([recode extension can not be used together with:$recode_conflict]) fi fi