[syslog-ng] [PATCH] configure.in: Bump minimum eventlog version to 0.2.10.

Gergely Nagy algernon at balabit.hu
Sat Mar 19 17:01:18 CET 2011


As of a few patches ago, eventlog >= 0.2.10 is required due to
evt_tag_long() use. As such, bump the requirement in configure.in to
match reality.

Signed-off-by: Gergely Nagy <algernon at balabit.hu>
---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index 7e42b3e..94fda95 100644
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@ dnl ***************************************************************************
 dnl dependencies
 
 GLIB_MIN_VERSION="2.10.1"
-EVTLOG_MIN_VERSION="0.2"
+EVTLOG_MIN_VERSION="0.2.10"
 OPENSSL_MIN_VERSION="0.9.8"
 LIBDBI_MIN_VERSION="0.8.0"
 IVYKIS_MIN_VERSION="0.18"
-- 
1.7.0.4



More information about the syslog-ng mailing list