mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* NEWS: Note HTTP basic auth.
* configure.ac: Check for usb_get_busses since very old stable libusb doesn't have it.
This commit is contained in:
parent
0f48ec7bba
commit
b700d3cd3e
3 changed files with 16 additions and 1 deletions
|
@ -1092,6 +1092,7 @@ if test "$card_support" = yes; then
|
|||
fi
|
||||
AC_SUBST(LIBUSB_LIBS)
|
||||
AC_CHECK_FUNCS(usb_create_match)
|
||||
AC_CHECK_FUNCS(usb_get_busses)
|
||||
|
||||
#
|
||||
# Check for readline support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue