mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
build: change the lttng version requirements in frr
Lower the version requirements from 2.12 to 2.10 Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
This commit is contained in:
parent
bc4477ecbd
commit
1bea8eacb3
@ -1926,7 +1926,7 @@ dnl -----
|
||||
dnl LTTng
|
||||
dnl -----
|
||||
if test "$enable_lttng" = "yes"; then
|
||||
PKG_CHECK_MODULES([UST], [lttng-ust >= 2.12.0], [
|
||||
PKG_CHECK_MODULES([UST], [lttng-ust >= 2.10.0], [
|
||||
AC_DEFINE([HAVE_LTTNG], [1], [Enable LTTng support])
|
||||
LTTNG=true
|
||||
], [
|
||||
|
Loading…
Reference in New Issue
Block a user