summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-16 16:41:00 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-16 16:41:00 +0200
commit53a0ed8b3a03aa5d7bf40cb69b02391e5e5ca9d1 (patch)
tree8c550d69f70299aea93b156d4bfa97dcd447daf4 /configure.ac
parentdd7e91f35dd70f0bbf657f0dc21ddc2afdcb0602 (diff)
downloadrsyslog-53a0ed8b3a03aa5d7bf40cb69b02391e5e5ca9d1.tar.gz
rsyslog-53a0ed8b3a03aa5d7bf40cb69b02391e5e5ca9d1.tar.xz
rsyslog-53a0ed8b3a03aa5d7bf40cb69b02391e5e5ca9d1.zip
completed im3195 including some documentation
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 732e5a82..6b7a6844 100644
--- a/configure.ac
+++ b/configure.ac
@@ -553,7 +553,7 @@ AC_ARG_ENABLE(rfc3195,
[enable_rfc3195=no]
)
if test "x$enable_rfc3195" = "xyes"; then
- PKG_CHECK_MODULES(LIBLOGGING, liblogging >= 0.7.0)
+ PKG_CHECK_MODULES(LIBLOGGING, liblogging >= 0.7.1)
fi
AM_CONDITIONAL(ENABLE_RFC3195, test x$enable_rfc3195 = xyes)
AC_SUBST(RFC3195_CFLAGS)