[Pcsclite-cvs-commit] CVS Drivers/ccid

CVS User rousseau ludovic.rousseau@free.fr
Wed, 23 Feb 2005 05:08:50 -0700


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

Modified Files:
	configure.in 
Log Message:
if --disable-pcsclite is used we must link the library with debug.c
to provide debug_msg()


--- /cvsroot/pcsclite/Drivers/ccid/configure.in	2005/02/21 12:29:32	1.33
+++ /cvsroot/pcsclite/Drivers/ccid/configure.in	2005/02/23 12:08:49	1.34
@@ -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.33 2005/02/21 12:29:32 rousseau Exp $
+dnl $Id: configure.in,v 1.34 2005/02/23 12:08:49 rousseau Exp $
 
 dnl Require autoconf 2.52
 AC_PREREQ(2.52)
@@ -182,6 +182,7 @@
 	[ pcsclite=no ], [ pcsclite=yes ] )
 
 if test "${pcsclite}" = no ; then
+	AM_CONDITIONAL(WITHOUT_PCSC, true)
 	AM_CONDITIONAL(NEED_PARSER, true)
 fi
 AC_MSG_RESULT([compiled for pcsc-lite  : $pcsclite])