mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-20 12:54:16 +01:00
require version 1.8.0 of libykpers
since we use yk_challenge_response() introduced in that version.
This commit is contained in:
parent
3ece956fbf
commit
1f0d46d745
@ -80,7 +80,7 @@ AC_ARG_WITH([cr],
|
|||||||
[],
|
[],
|
||||||
[with_cr=yes])
|
[with_cr=yes])
|
||||||
if test "x$with_cr" != xno; then
|
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
|
# libyubikey required for HAVE_CR
|
||||||
if test "$ac_cv_libyubikey" != yes; then
|
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)])
|
AC_MSG_ERROR([Libyubikey v1.5+ not found, see http://opensource.yubico.com/yubico-c/ (required for challenge-response)])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user