]> granicus.if.org Git - php/commitdiff
Fix --with-recode since PHP_YAZ is never defined.
authorJoe Orton <jorton@php.net>
Tue, 9 Nov 2004 16:11:13 +0000 (16:11 +0000)
committerJoe Orton <jorton@php.net>
Tue, 9 Nov 2004 16:11:13 +0000 (16:11 +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])