Diff between 2cd067b8b74c34a76ec08d2ccf3396fa9d24e838 and 15e8fbfdf1f9cf0353075390984e6f693307a0eb
Changed Files
| File | Additions | Deletions | Status |
| configure.ac | +3 | -1 | modified |
Full Patch
diff --git a/configure.ac b/configure.ac
index 1433ace..e1c8fd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -218,7 +218,9 @@ if (test "${enable_udev}" != "no" && test -z "${path_udevdir}"); then
fi
AC_SUBST(UDEV_DIR, [${path_udevdir}])
-AM_CONDITIONAL(HID2HCI, test "${enable_tools}" != "no" &&
+AC_ARG_ENABLE(hid2hci, AC_HELP_STRING([--enable-hid2hci],
+ [enable hid2hci tool]), [enable_hid2hci=${enableval}])
+AM_CONDITIONAL(HID2HCI, test "${enable_hid2hci}" = "yes" &&
test "${enable_udev}" != "no")
AC_ARG_ENABLE(cups, AC_HELP_STRING([--disable-cups],