mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-21 14:50:43 +01:00
bug: configure needs a check for more recent liblognorm
This commit is contained in:
parent
c541389db4
commit
88ff647aef
@ -799,7 +799,7 @@ AC_ARG_ENABLE(mmnormalize,
|
||||
[enable_mmnormalize=no]
|
||||
)
|
||||
if test "x$enable_mmnormalize" = "xyes"; then
|
||||
PKG_CHECK_MODULES(LIBLOGNORM, lognorm >= 0.1.0)
|
||||
PKG_CHECK_MODULES(LIBLOGNORM, lognorm >= 0.3.1)
|
||||
fi
|
||||
AM_CONDITIONAL(ENABLE_MMNORMALIZE, test x$enable_mmnormalize = xyes)
|
||||
AC_SUBST(LOGNORM_CFLAGS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user