projects
/
yazproxy-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:
4c723bf
)
Define YAZ_USE_NEW_LOG=1 if app require YAZ > 2.0.28
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Dec 2004 20:22:23 +0000
(20:22 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Dec 2004 20:22:23 +0000
(20:22 +0000)
yaz.m4
patch
|
blob
|
history
diff --git
a/yaz.m4
b/yaz.m4
index
f8c360e
..
9626319
100644
(file)
--- a/
yaz.m4
+++ b/
yaz.m4
@@
-129,6
+129,9
@@
AC_DEFUN([YAZ_INIT],
if test "$have_yaz_version" -lt "$req_yaz_version"; then
AC_MSG_ERROR([$YAZVERSION. Requires $2 or later])
fi
+ if test "$req_yaz_version" -gt "2000028"; then
+ YAZINC="$YAZINC -DYAZ_USE_NEW_LOG=1"
+ fi
fi
fi
])