summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-18 15:36:33 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-18 15:36:33 +0200
commit88ff647aef4c6db3c444c6d080f9886350ca9584 (patch)
tree08e4f48d250765693153e0ecc13db01cc32e4542
parentc541389db44d7b06b425e76b845d4d28ce699c0c (diff)
downloadrsyslog-88ff647aef4c6db3c444c6d080f9886350ca9584.tar.gz
rsyslog-88ff647aef4c6db3c444c6d080f9886350ca9584.tar.xz
rsyslog-88ff647aef4c6db3c444c6d080f9886350ca9584.zip
bug: configure needs a check for more recent liblognorm
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c871f4e9..8bdf1395 100644
--- a/configure.ac
+++ b/configure.ac
@@ -799,7 +799,7 @@ AC_ARG_ENABLE(mmnormalize,
[enable_mmnormalize=no]
)
if test "x$enable_mmnormalize" = "xyes"; then
- PKG_CHECK_MODULES(LIBLOGNORM, lognorm >= 0.1.0)
+ PKG_CHECK_MODULES(LIBLOGNORM, lognorm >= 0.3.1)
fi
AM_CONDITIONAL(ENABLE_MMNORMALIZE, test x$enable_mmnormalize = xyes)
AC_SUBST(LOGNORM_CFLAGS)