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:
Donatas Abraitis 2022-05-05 23:14:37 +03:00
parent d6a4be826e
commit 124bd0e1b2
1 changed files with 1 additions and 1 deletions

View File

@ -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.])]