From c45b8edf38b40411e83eef5b328f52b81630900c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 9 Dec 2012 10:17:57 +0100 Subject: build: Enable bccmd utility when tools are enabled --- acinclude.m4 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index 126dbb4cf..b61cd172f 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -159,7 +159,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [ tools_enable=yes cups_enable=no test_enable=no - bccmd_enable=no hid2hci_enable=no datafiles_enable=yes telephony_driver=dummy @@ -217,10 +216,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [ tools_enable=${enableval} ]) - AC_ARG_ENABLE(bccmd, AC_HELP_STRING([--enable-bccmd], [install BCCMD interface utility]), [ - bccmd_enable=${enableval} - ]) - AC_ARG_ENABLE(hid2hci, AC_HELP_STRING([--enable-hid2hci], [install HID mode switching utility]), [ hid2hci_enable=${enableval} ]) @@ -298,7 +293,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [ AM_CONDITIONAL(CUPS, test "${cups_enable}" = "yes") AM_CONDITIONAL(TEST, test "${test_enable}" = "yes" && test "${check_found}" = "yes") AM_CONDITIONAL(TOOLS, test "${tools_enable}" = "yes") - AM_CONDITIONAL(BCCMD, test "${bccmd_enable}" = "yes") AM_CONDITIONAL(HID2HCI, test "${hid2hci_enable}" = "yes" && test "${usb_found}" = "yes" && test "${udev_found}" = "yes") AM_CONDITIONAL(DATAFILES, test "${datafiles_enable}" = "yes") AM_CONDITIONAL(DBUSOOBPLUGIN, test "${dbusoob_enable}" = "yes") -- cgit v1.2.1