summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-09 10:17:57 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-09 10:17:57 +0100
commitc45b8edf38b40411e83eef5b328f52b81630900c (patch)
tree490a381fb2aa5bb327bf3885d3f0a99b1e9bdbfc /acinclude.m4
parentf30648032cb972627973fc79089fe0ff440b267c (diff)
downloadbluez-c45b8edf38b40411e83eef5b328f52b81630900c.tar.gz
build: Enable bccmd utility when tools are enabled
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m46
1 files changed, 0 insertions, 6 deletions
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")