1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-17 21:54:15 +01:00

require version 1.8.0 of libykpers

since we use yk_challenge_response() introduced in that version.
This commit is contained in:
Klas Lindfors 2013-09-23 08:21:29 +02:00
parent 3ece956fbf
commit 1f0d46d745

View File

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