mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 18:00:41 +01:00
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.
This commit is contained in:
parent
dbcdca7e47
commit
a2b4a8ac92
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user