Skip to content

Commit c8e9847

Browse files
glebmslouken
authored andcommitted
configure.ac: Fix AC_DEFINE HAVE_LIBUSB
Fixes an error with autoconf 2.72 (cherry picked from commit 5ed21d1)
1 parent 2a506c8 commit c8e9847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3635,7 +3635,7 @@ CheckHIDAPI()
36353635

36363636
if test x$hidapi_support = xyes; then
36373637
if test x$have_libusb_h = xyes; then
3638-
AC_DEFINE(HAVE_LIBUSB)
3638+
AC_DEFINE(HAVE_LIBUSB, 1, [ ])
36393639
EXTRA_CFLAGS="$EXTRA_CFLAGS $LIBUSB_CFLAGS"
36403640
if test x$require_hidapi_libusb = xyes; then
36413641
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $LIBUSB_LIBS"

0 commit comments

Comments
 (0)