1
0
Fork 0
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:
David Shaw 2004-09-11 02:34:01 +00:00
parent 0f48ec7bba
commit b700d3cd3e
3 changed files with 16 additions and 1 deletions

View file

@ -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