Require yazpp 1.1.2 (and get YAZ 3.0.45 or later).
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 26 Mar 2009 14:27:35 +0000 (15:27 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 26 Mar 2009 14:27:35 +0000 (15:27 +0100)
Require yazpp 1.1.2 (and get YAZ 3.0.45 or later) because we'll
be using an updated version of yazpp's record cache.

configure.ac

index 5ada9ea..b8b447e 100644 (file)
@@ -36,7 +36,7 @@ AC_CHECK_LIB([m],[main])
 AC_CHECK_FUNCS([localtime_r])
 
 ## YAZPP checks
-YAZPP_INIT([threads],[1.1.1])
+YAZPP_INIT([threads],[1.1.2])
 if test -z "$YAZPPLIB"; then
     AC_MSG_ERROR([YAZ++ development libraries missing])
 fi