diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-25 12:00:34 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-25 12:00:34 +0100 |
commit | a56bf34695f6d794e060d7b01b8e0e60fd9364c7 (patch) | |
tree | d89c70a366ab7c733c90213f2a0e53a2fafdf818 | |
parent | 5f1c3f4db55203d4b9148eb1d5e66b35df9a64d5 (diff) | |
parent | a2b4a8ac920434afc11d55a447a121a1236409e1 (diff) | |
download | rsyslog-a56bf34695f6d794e060d7b01b8e0e60fd9364c7.tar.gz rsyslog-a56bf34695f6d794e060d7b01b8e0e60fd9364c7.tar.bz2 rsyslog-a56bf34695f6d794e060d7b01b8e0e60fd9364c7.zip |
Merge branch 'v7-stable'
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c79a74ce..8f74ebc7 100644 --- a/configure.ac +++ b/configure.ac @@ -932,7 +932,7 @@ AC_ARG_ENABLE(mmnormalize, ) if test "x$enable_mmnormalize" = "xyes"; then PKG_CHECK_MODULES(LIBEE, libee >= 0.4.0) - PKG_CHECK_MODULES(LIBLOGNORM, lognorm >= 0.3.1) + PKG_CHECK_MODULES(LIBLOGNORM, lognorm >= 0.3.1 lognorm < 1.0.0) fi AM_CONDITIONAL(ENABLE_MMNORMALIZE, test x$enable_mmnormalize = xyes) |