diff options
author | Joe Orton <jorton@php.net> | 2004-11-09 16:11:13 +0000 |
---|---|---|
committer | Joe Orton <jorton@php.net> | 2004-11-09 16:11:13 +0000 |
commit | 20f63ecb7a034fe147519bb74c544df11310c4e6 (patch) | |
tree | 7f13fafc83483f3ea4723624d4353023e4e78e68 /ext/recode | |
parent | 0f858fc744bb3f1ea2d3ae545ebdfa4dd62aba3c (diff) | |
download | php-git-20f63ecb7a034fe147519bb74c544df11310c4e6.tar.gz |
Fix --with-recode since PHP_YAZ is never defined.
Diffstat (limited to 'ext/recode')
-rw-r--r-- | ext/recode/config9.m4 | 1 |
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]) |