kopia lustrzana https://github.com/Hamlib/Hamlib
Fix --with-libusb[=yes] being considered =no
rodzic
9aee8f8343
commit
ce95b034c6
|
@ -347,7 +347,7 @@ AC_MSG_CHECKING([whether to build USB dependent backends])
|
||||||
AC_ARG_WITH([libusb],
|
AC_ARG_WITH([libusb],
|
||||||
[AS_HELP_STRING([--without-libusb],
|
[AS_HELP_STRING([--without-libusb],
|
||||||
[disable USB dependent backends @<:@default=yes@:>@])],
|
[disable USB dependent backends @<:@default=yes@:>@])],
|
||||||
[cf_with_libusb=no],
|
[cf_with_libusb=$with_libusb],
|
||||||
[cf_with_libusb=yes]
|
[cf_with_libusb=yes]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue