[Pcsclite-cvs-commit] CVS Drivers/ccid

CVS User rousseau ludovic.rousseau@free.fr
Fri, 25 Feb 2005 01:15:27 -0700


Update of /cvsroot/pcsclite/Drivers/ccid
In directory haydn:/tmp/cvs-serv4263

Modified Files:
	configure.in 
Log Message:
define WITHOUT_PCSC=false when pcsclite _is_ used


--- /cvsroot/pcsclite/Drivers/ccid/configure.in	2005/02/23 12:08:49	1.34
+++ /cvsroot/pcsclite/Drivers/ccid/configure.in	2005/02/25 08:15:27	1.35
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl You may need to use autoconf 2.56 or newer
 
-dnl $Id: configure.in,v 1.34 2005/02/23 12:08:49 rousseau Exp $
+dnl $Id: configure.in,v 1.35 2005/02/25 08:15:27 rousseau Exp $
 
 dnl Require autoconf 2.52
 AC_PREREQ(2.52)
@@ -184,6 +184,8 @@
 if test "${pcsclite}" = no ; then
 	AM_CONDITIONAL(WITHOUT_PCSC, true)
 	AM_CONDITIONAL(NEED_PARSER, true)
+else
+	AM_CONDITIONAL(WITHOUT_PCSC, false)
 fi
 AC_MSG_RESULT([compiled for pcsc-lite  : $pcsclite])