diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-25 12:49:04 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-25 12:49:04 +0100 |
commit | bf27beb9e28435c10b3b9bde8746e3fc5226e48f (patch) | |
tree | 9e56704c0621c5cf593a4cf90f12f2a8924aa333 | |
parent | a56bf34695f6d794e060d7b01b8e0e60fd9364c7 (diff) | |
download | rsyslog-bf27beb9e28435c10b3b9bde8746e3fc5226e48f.tar.gz rsyslog-bf27beb9e28435c10b3b9bde8746e3fc5226e48f.tar.bz2 rsyslog-bf27beb9e28435c10b3b9bde8746e3fc5226e48f.zip |
revert configure change for patch to apply
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8f74ebc7..c79a74ce 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 lognorm < 1.0.0) + PKG_CHECK_MODULES(LIBLOGNORM, lognorm >= 0.3.1) fi AM_CONDITIONAL(ENABLE_MMNORMALIZE, test x$enable_mmnormalize = xyes) |