summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-25 12:49:04 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-25 12:49:04 +0100
commitbf27beb9e28435c10b3b9bde8746e3fc5226e48f (patch)
tree9e56704c0621c5cf593a4cf90f12f2a8924aa333
parenta56bf34695f6d794e060d7b01b8e0e60fd9364c7 (diff)
downloadrsyslog-bf27beb9e28435c10b3b9bde8746e3fc5226e48f.tar.gz
rsyslog-bf27beb9e28435c10b3b9bde8746e3fc5226e48f.tar.bz2
rsyslog-bf27beb9e28435c10b3b9bde8746e3fc5226e48f.zip
revert configure change for patch to apply
-rw-r--r--configure.ac2
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)