Fix --with-libusb[=yes] being considered =no

pull/1731/head
Daniele Forsi IU5HKX 2025-05-11 19:24:33 +02:00
rodzic 9aee8f8343
commit ce95b034c6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -347,7 +347,7 @@ AC_MSG_CHECKING([whether to build USB dependent backends])
AC_ARG_WITH([libusb],
[AS_HELP_STRING([--without-libusb],
[disable USB dependent backends @<:@default=yes@:>@])],
[cf_with_libusb=no],
[cf_with_libusb=$with_libusb],
[cf_with_libusb=yes]
)