From: foobar Date: Tue, 21 Dec 2004 02:53:34 +0000 (+0000) Subject: MFH: Fix bug #28700. X-Git-Tag: php-5.0.4RC1~449 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=725dfe2e0ad531665e05da563a3940fb5ac014a7;p=php MFH: Fix bug #28700. --- diff --git a/ext/recode/config9.m4 b/ext/recode/config9.m4 index 1ee6a6d3f0..2065f6c6e9 100644 --- a/ext/recode/config9.m4 +++ b/ext/recode/config9.m4 @@ -6,7 +6,6 @@ dnl Check for extensions with which Recode can not work if test "$PHP_RECODE" != "no"; then test "$PHP_IMAP" != "no" && recode_conflict="$recode_conflict imap" test "$PHP_MYSQL" != "no" && recode_conflict="$recode_conflict mysql" - test "$PHP_YAZ" != "no" && recode_conflict="$recode_conflict yaz" if test -n "$recode_conflict"; then AC_MSG_ERROR([recode extension can not be configured together with:$recode_conflict])