From 1f0d46d745b2e4948c5621c93c4874377cab1941 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 23 Sep 2013 08:21:29 +0200 Subject: [PATCH] require version 1.8.0 of libykpers since we use yk_challenge_response() introduced in that version. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 05b4d22..80cc53c 100644 --- a/configure.ac +++ b/configure.ac @@ -80,7 +80,7 @@ AC_ARG_WITH([cr], [], [with_cr=yes]) if test "x$with_cr" != xno; then - PKG_CHECK_MODULES([YKPERS], [ykpers-1]); + PKG_CHECK_MODULES([YKPERS], [ykpers-1 >= 1.8.0]); # libyubikey required for HAVE_CR if test "$ac_cv_libyubikey" != yes; then AC_MSG_ERROR([Libyubikey v1.5+ not found, see http://opensource.yubico.com/yubico-c/ (required for challenge-response)])