]> granicus.if.org Git - php/commitdiff
MFH: Fix bug #28700.
authorfoobar <sniper@php.net>
Tue, 21 Dec 2004 02:53:34 +0000 (02:53 +0000)
committerfoobar <sniper@php.net>
Tue, 21 Dec 2004 02:53:34 +0000 (02:53 +0000)
ext/recode/config9.m4

index 1ee6a6d3f0b365382df19be261c10220e9dc0880..2065f6c6e905132a78160ecf233e93f576f44dc4 100644 (file)
@@ -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])