diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-29 14:31:53 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-29 14:31:53 +0200 |
commit | 07f1d2860e8ee393abaaead75a6ab3af0f10efbb (patch) | |
tree | 376dec693be8e255c51d427b09b3531e870cfca9 /configure.ac | |
parent | d5d6a7f3040992f853eb23eb1bafac3b77891c2d (diff) |
delete hid2hci which moved to the bluez tree
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index d5585b3c4a..a2a042ba60 100644 --- a/configure.ac +++ b/configure.ac @@ -180,19 +180,6 @@ AC_ARG_ENABLE([edd], AM_CONDITIONAL([ENABLE_EDD], [test "x$enable_edd" = xyes]) # ------------------------------------------------------------------------------ -# Bluetooth HID devices with special magic to switch the device -# ------------------------------------------------------------------------------ -AC_ARG_ENABLE([hid2hci], - AS_HELP_STRING([--enable-hid2hci], [enable bluetooth hid to hci switch]), - [], [enable_hid2hci=no]) -if test "x$enable_hid2hci" = xyes; then - PKG_CHECK_MODULES(LIBUSB, libusb >= 0.1.12) - AC_SUBST(LIBUSB_CFLAGS) - AC_SUBST(LIBUSB_LIBS) -fi -AM_CONDITIONAL([ENABLE_HID2HCI], [test "x$enable_hid2hci" = xyes]) - -# ------------------------------------------------------------------------------ # mobile-action-modeswitch - switch Mobile Action cables into serial mode # ------------------------------------------------------------------------------ AC_ARG_ENABLE([ACTION_MODESWITCH], @@ -255,7 +242,6 @@ AC_MSG_RESULT([ keymap: ${enable_keymap} floppy: ${enable_floppy} edd: ${enable_edd} - hid2hci: ${enable_hid2hci} action_modeswitch: ${enable_action_modeswitch} usb.ids: ${USB_DATABASE} |