re-enabled USB check removed for testing purposes

This commit is contained in:
francisois@gmail.com 2010-07-01 19:24:29 +00:00
parent 53197f32ab
commit 0fd254c3e9

View File

@ -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