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

Ludovic Rousseau rousseau at costa.debian.org
Mon Jan 30 14:11:52 UTC 2006


Author: rousseau
Date: 2006-01-30 14:11:52 +0000 (Mon, 30 Jan 2006)
New Revision: 1844

Modified:
   trunk/PCSC/configure.in
Log:
use xyes instead of xtrue in x$use_libusb test


Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in	2006-01-30 14:06:18 UTC (rev 1843)
+++ trunk/PCSC/configure.in	2006-01-30 14:11:52 UTC (rev 1844)
@@ -180,7 +180,7 @@
 AC_SUBST(LIBUSB_CFLAGS)
 AC_SUBST(LIBUSB_LIBS)
 
-if test x$use_libusb = xtrue; then
+if test x$use_libusb = xyes; then
   AC_DEFINE(HAVE_LIBUSB,1, [Libusb is available])
 fi
 AC_MSG_RESULT([enable libusb support         : $use_libusb])




More information about the Pcsclite-cvs-commit mailing list