forked from Mirror/frr
tools: Require a lower LTTng version to compile
Debian 9 has 2.9.x, only Ubuntu >= 18 has 2.10.x. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
4ab65e0983
commit
d03c8a8e06
|
@ -1926,7 +1926,7 @@ dnl -----
|
|||
dnl LTTng
|
||||
dnl -----
|
||||
if test "$enable_lttng" = "yes"; then
|
||||
PKG_CHECK_MODULES([UST], [lttng-ust >= 2.10.0], [
|
||||
PKG_CHECK_MODULES([UST], [lttng-ust >= 2.9.0], [
|
||||
AC_DEFINE([HAVE_LTTNG], [1], [Enable LTTng support])
|
||||
LTTNG=true
|
||||
], [
|
||||
|
|
Loading…
Reference in a new issue