summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-25 12:50:27 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-25 12:50:27 +0100
commitef3cadbef714a4bd3484571253d7e55b07e75a16 (patch)
tree8b99f3f2e89249eec8dd6676ccf440975343b3ab
parent08fa9f1d3bc79a9d4eca64d313a195cc39971359 (diff)
downloadrsyslog-ef3cadbef714a4bd3484571253d7e55b07e75a16.tar.gz
rsyslog-ef3cadbef714a4bd3484571253d7e55b07e75a16.tar.bz2
rsyslog-ef3cadbef714a4bd3484571253d7e55b07e75a16.zip
require 1.0.0 release of liblognorm
as this is the official name of liblognorm1's first release
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4546b39e..12392ac1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -931,7 +931,7 @@ AC_ARG_ENABLE(mmnormalize,
[enable_mmnormalize=no]
)
if test "x$enable_mmnormalize" = "xyes"; then
- PKG_CHECK_MODULES(LIBLOGNORM, lognorm >= 0.4.0)
+ PKG_CHECK_MODULES(LIBLOGNORM, lognorm >= 1.0.0)
fi
AM_CONDITIONAL(ENABLE_MMNORMALIZE, test x$enable_mmnormalize = xyes)