[Pcsclite-cvs-commit] r1606 - trunk/PCSC
Ludovic Rousseau
rousseau at costa.debian.org
Mon Aug 8 10:29:11 UTC 2005
Author: rousseau
Date: 2005-08-08 10:29:11 +0000 (Mon, 08 Aug 2005)
New Revision: 1606
Modified:
trunk/PCSC/configure.in
Log:
disable libusb on Darwin (MacOS X) since native usb layer is preferred
Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in 2005-08-08 10:23:14 UTC (rev 1605)
+++ trunk/PCSC/configure.in 2005-08-08 10:29:11 UTC (rev 1606)
@@ -45,6 +45,8 @@
if test "$GCC" = "yes"; then
CFLAGS="$CFLAGS -no-cpp-precomp"
fi
+ use_libusb=false
+ AC_MSG_WARN([libusb disabled on Darwin for pcsc-lite])
;;
esac
More information about the Pcsclite-cvs-commit
mailing list