[Pcsclite-cvs-commit] r1607 - trunk/PCSC

Ludovic Rousseau rousseau at costa.debian.org
Mon Aug 8 10:34:26 UTC 2005


Author: rousseau
Date: 2005-08-08 10:34:26 +0000 (Mon, 08 Aug 2005)
New Revision: 1607

Modified:
   trunk/PCSC/configure.in
Log:
remove AM_CONDITIONAL(PCSC_USE_LIBUSB...) since it is not used anymore


Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in	2005-08-08 10:29:11 UTC (rev 1606)
+++ trunk/PCSC/configure.in	2005-08-08 10:34:26 UTC (rev 1607)
@@ -168,7 +168,6 @@
 
 AC_MSG_RESULT([enable libusb support         : $use_libusb])
 
-AM_CONDITIONAL(PCSC_USE_LIBUSB, test x$use_libusb = xtrue)
 if test x$use_libusb = xtrue; then
   AC_DEFINE(HAVE_LIBUSB,1, [Libusb is available])
 fi




More information about the Pcsclite-cvs-commit mailing list