mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
lib: Require at least 2.1.42 version of sysrepo when compiling
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
1dd5ce9b93
commit
981b254297
|
@ -1970,7 +1970,7 @@ dnl ---------------
|
|||
dnl sysrepo
|
||||
dnl ---------------
|
||||
if test "$enable_sysrepo" = "yes"; then
|
||||
PKG_CHECK_MODULES([SYSREPO], [sysrepo],
|
||||
PKG_CHECK_MODULES([SYSREPO], [sysrepo >= 2.1.42],
|
||||
[AC_DEFINE([HAVE_SYSREPO], [1], [Enable sysrepo integration])
|
||||
SYSREPO=true],
|
||||
[SYSREPO=false
|
||||
|
|
Loading…
Reference in a new issue