update required minimal libcacard to 0.1.2

This commit is contained in:
Alon Levy 2011-02-09 15:18:01 +02:00
parent f94d08cf3f
commit 09d843ccb6

View File

@ -186,7 +186,7 @@ if test "x$have_tunnel" = "xyes"; then
fi
if test "x$have_smartcard" = "xyes"; then
PKG_CHECK_MODULES(CAC_CARD, libcacard >= 0.1.0)
PKG_CHECK_MODULES(CAC_CARD, libcacard >= 0.1.2)
SMARTCARD_LIBS="$CAC_CARD_LIBS"
SMARTCARD_CFLAGS="$CAC_CARD_CFLAGS"
AC_SUBST(SMARTCARD_LIBS)