mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
re-enabled USB check removed for testing purposes
This commit is contained in:
parent
53197f32ab
commit
0fd254c3e9
@ -46,7 +46,7 @@ if test "x$HCI_TRANSPORT" = xUSB; then
|
||||
# pkg-config needed
|
||||
PKG_PROG_PKG_CONFIG
|
||||
# libusb installed?
|
||||
#PKG_CHECK_MODULES([LIBUSB], [libusb-1.0], HAVE_LIBUSB="yes", HAVE_LIBUSB="no")
|
||||
PKG_CHECK_MODULES([LIBUSB], [libusb-1.0], HAVE_LIBUSB="yes", HAVE_LIBUSB="no")
|
||||
if test "$HAVE_LIBUSB" == "no" ; then
|
||||
AC_MSG_ERROR(USB Transport requested but libusb-1.0 not found using pkg-config. Please set PKG_CONFIG_PATH correctly and/or install libusb-1.0 from your distribution or from http://libusb.sourceforge.net/api-1.0/)
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user