summaryrefslogtreecommitdiff
path: root/ext/yaz/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/yaz/config.m4')
-rw-r--r--ext/yaz/config.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/yaz/config.m4 b/ext/yaz/config.m4
index 5f1a950b90..c6a950ca5c 100644
--- a/ext/yaz/config.m4
+++ b/ext/yaz/config.m4
@@ -23,14 +23,14 @@ if test "$PHP_YAZ" != "no"; then
AC_DEFINE(HAVE_YAZ,1,[Whether you have YAZ])
. $yazconfig
- dnl Check version (2.0.6 or greater required)
+ dnl Check version (2.0.13 or greater required)
AC_MSG_CHECKING([for YAZ version])
yaz_version=`echo $YAZVERSION | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
echo $yaz_version
- if test "$yaz_version" -ge 2000006; then
+ if test "$yaz_version" -ge 2000013; then
AC_MSG_RESULT([$YAZVERSION])
else
- AC_MSG_ERROR([YAZ version 2.0.6 or later required.])
+ AC_MSG_ERROR([YAZ version 2.0.13 or later required.])
fi
for c in $YAZLIB; do