[Pcsclite-cvs-commit] r5147 - /trunk/PCSC/configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Aug 16 14:40:37 UTC 2010


Author: rousseau
Date: Mon Aug 16 14:40:36 2010
New Revision: 5147

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5147
Log:
Do not hardcode the libusb.h path.

See Debian bug #591782
ccid: FTBFS on kfreebsd-*: configure: error: libusb.h not found

Modified:
    trunk/PCSC/configure.in

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=5147&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Mon Aug 16 14:40:36 2010
@@ -236,7 +236,7 @@
 	CPPFLAGS="$CPPFLAGS $LIBUSB_CFLAGS"
 	LIBS="$LDFLAGS $LIBUSB_LIBS"
 
-	AC_CHECK_HEADERS(libusb-1.0/libusb.h, [],
+	AC_CHECK_HEADERS(libusb.h, [],
 		[ AC_MSG_ERROR([libusb.h not found, use ./configure LIBUSB_CFLAGS=...]) ])
 
 	LIBS="$LIBS $COREFOUNDATION $IOKIT"




More information about the Pcsclite-cvs-commit mailing list