projects
/
m4-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:
f560129
)
Do not define YAZ_USE_NEW_LOG
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Jan 2010 14:15:30 +0000
(15:15 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Jan 2010 14:15:30 +0000
(15:15 +0100)
yaz.m4
patch
|
blob
|
history
diff --git
a/yaz.m4
b/yaz.m4
index
4e6df3e
..
cd5075e
100644
(file)
--- a/
yaz.m4
+++ b/
yaz.m4
@@
-147,9
+147,6
@@
AC_DEFUN([YAZ_INIT],
if test "$have_yaz_version" -lt "$req_yaz_version"; then
AC_MSG_ERROR([$YAZVERSION. Requires YAZ $2 or later])
fi
- if test "$req_yaz_version" -gt "2000028"; then
- YAZINC="$YAZINC -DYAZ_USE_NEW_LOG=1"
- fi
fi
fi
])