forked from Mirror/frr
configure: Require librtr >= 0.8.0
We ship 0.8.0 in our repos. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
d6a4be826e
commit
124bd0e1b2
|
@ -2040,7 +2040,7 @@ dnl ------------------------------------
|
|||
dnl Enable RPKI and add librtr to libs
|
||||
dnl ------------------------------------
|
||||
if test "$enable_rpki" = "yes"; then
|
||||
PKG_CHECK_MODULES([RTRLIB], [rtrlib >= 0.5.0],
|
||||
PKG_CHECK_MODULES([RTRLIB], [rtrlib >= 0.8.0],
|
||||
[RPKI=true],
|
||||
[RPKI=false
|
||||
AC_MSG_ERROR([rtrlib was not found on your system or is too old.])]
|
||||
|
|
Loading…
Reference in a new issue