updated required PCSC-Lite version

Fixes https://github.com/OpenSC/OpenSC/issues/1065
This commit is contained in:
Frank Morgner 2017-06-15 23:38:57 +02:00
parent 3a299eb2bf
commit 91ed248e6f
1 changed files with 1 additions and 1 deletions

View File

@ -690,7 +690,7 @@ if test "${enable_pcsc}" = "yes"; then
if test "${WIN32}" != "yes"; then
PKG_CHECK_EXISTS(
[libpcsclite],
[PKG_CHECK_MODULES([PCSC], [libpcsclite >= 1.6.5],
[PKG_CHECK_MODULES([PCSC], [libpcsclite >= 1.8.22],
[AC_DEFINE([PCSCLITE_GOOD], [1], [Sufficient version of PCSC-Lite with all the required features])],
[:]
)]