projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67345bf
)
Require yazpp 1.1.2 (and get YAZ 3.0.45 or later).
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 26 Mar 2009 14:27:35 +0000
(15:27 +0100)
committer
Adam 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5ada9ea
..
b8b447e
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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