From 5767dc710ef1b375ce622495d408afbc8ad8af34 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Thu, 1 Sep 2022 21:56:50 +0300 Subject: [PATCH] regenerated configure script after commit 3f89d1704 --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index f19377821..dfdbf2a1b 100755 --- a/configure +++ b/configure @@ -28069,6 +28069,8 @@ fi if test x$hidapi_support = xyes; then if test x$have_libusb_h = xyes; then + printf "%s\n" "#define HAVE_LIBUSB 1" >>confdefs.h + EXTRA_CFLAGS="$EXTRA_CFLAGS $LIBUSB_CFLAGS" if test x$require_hidapi_libusb = xyes; then EXTRA_LDFLAGS="$EXTRA_LDFLAGS $LIBUSB_LIBS"