CVS AuthICPlugin

CVS User rousseau ludovic.rousseau@free.fr
Mon, 11 Oct 2004 02:57:04 -0600


Update of /cvsroot/muscleplugins/AuthICPlugin
In directory haydn:/tmp/cvs-serv3199/AuthICPlugin

Modified Files:
	configure.in 
Log Message:
adapt to use the new libmusclecard now separated from pcsc-lite.
patch from Toni Andjelkovic


--- /cvsroot/muscleplugins/AuthICPlugin/configure.in	2003/09/30 13:23:06	1.2
+++ /cvsroot/muscleplugins/AuthICPlugin/configure.in	2004/10/11 08:57:04	1.3
@@ -64,6 +64,9 @@
 dnl Checks for header files.
 AC_HEADER_STDC
 
+dnl look for MuscleCard
+PKG_CHECK_MODULES(MUSCLECARD, libmusclecard)
+
 dnl Special check for pthread support.
 
 AC_ARG_ENABLE(callback,