summaryrefslogtreecommitdiff
path: root/ext/recode
diff options
context:
space:
mode:
authorJoe Orton <jorton@php.net>2004-11-09 16:11:13 +0000
committerJoe Orton <jorton@php.net>2004-11-09 16:11:13 +0000
commit20f63ecb7a034fe147519bb74c544df11310c4e6 (patch)
tree7f13fafc83483f3ea4723624d4353023e4e78e68 /ext/recode
parent0f858fc744bb3f1ea2d3ae545ebdfa4dd62aba3c (diff)
downloadphp-git-20f63ecb7a034fe147519bb74c544df11310c4e6.tar.gz
Fix --with-recode since PHP_YAZ is never defined.
Diffstat (limited to 'ext/recode')
-rw-r--r--ext/recode/config9.m41
1 files changed, 0 insertions, 1 deletions
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])