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:
347842a
)
configure: fix check for YAZ version
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 8 Mar 2012 10:03:53 +0000
(11:03 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 8 Mar 2012 10:03:53 +0000
(11:03 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
d42d7db
..
c6bad93
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-49,7
+49,7
@@
AC_MSG_CHECKING([if YAZ is version 4.2.28 or later])
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM([[#include <yaz/yaz-version.h>]],
[[
-#if YAZ_VERSIONL < 0x40216
+#if YAZ_VERSIONL < 0x4021c
#error too old
#endif
]])],