From 3700eefcec98a4938ad43eb0eb17374ec025884f Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 9 Feb 2011 15:18:01 +0200 Subject: [PATCH] update required minimal libcacard to 0.1.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9159b4ab..00f19d29 100644 --- a/configure.ac +++ b/configure.ac @@ -190,7 +190,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)