|
@@ -3635,7 +3635,7 @@ CheckHIDAPI()
|
|
|
|
|
|
if test x$hidapi_support = xyes; then
|
|
if test x$hidapi_support = xyes; then
|
|
if test x$have_libusb_h = xyes; then
|
|
if test x$have_libusb_h = xyes; then
|
|
- AC_DEFINE(HAVE_LIBUSB)
|
|
|
|
|
|
+ AC_DEFINE(HAVE_LIBUSB, 1, [ ])
|
|
EXTRA_CFLAGS="$EXTRA_CFLAGS $LIBUSB_CFLAGS"
|
|
EXTRA_CFLAGS="$EXTRA_CFLAGS $LIBUSB_CFLAGS"
|
|
if test x$require_hidapi_libusb = xyes; then
|
|
if test x$require_hidapi_libusb = xyes; then
|
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $LIBUSB_LIBS"
|
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $LIBUSB_LIBS"
|