diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-24 10:14:16 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-24 10:14:16 +0100 |
commit | a2b4a8ac920434afc11d55a447a121a1236409e1 (patch) | |
tree | f3df7df3cde5dc6008d0de33c97f1fd17c6bcdce | |
parent | dbcdca7e4742d33220eeac535501ddd6e185a7e3 (diff) | |
download | rsyslog-a2b4a8ac920434afc11d55a447a121a1236409e1.tar.gz rsyslog-a2b4a8ac920434afc11d55a447a121a1236409e1.tar.bz2 rsyslog-a2b4a8ac920434afc11d55a447a121a1236409e1.zip |
prepare for upcoming liblognorm 1.0.0 release
The new liblognorm relase has an incompatible API, so
we cannot use it to compile this version of rsyslog.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ee3394b5..2fc51a67 100644 --- a/configure.ac +++ b/configure.ac @@ -920,7 +920,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) |