summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-09 00:49:40 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-09 00:50:54 +0100
commit0613f6441064f81c7af17778a95a8e5cb458bb94 (patch)
treece5df7dd51f4f45b812a13185e1db42a949ef330 /acinclude.m4
parent3b886d255b2588a4140cfbb5442497c7eac57813 (diff)
downloadbluez-0613f6441064f81c7af17778a95a8e5cb458bb94.tar.gz
tools: Remove dfutool utility
This tool got replaced with dfu-util from http://dfu-util.gnumonks.org/
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 3a2b54e84..75d68ab6f 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -162,7 +162,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
bccmd_enable=no
pcmcia_enable=no
hid2hci_enable=no
- dfutool_enable=no
datafiles_enable=yes
telephony_driver=dummy
sap_driver=dummy
@@ -232,10 +231,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
hid2hci_enable=${enableval}
])
- AC_ARG_ENABLE(dfutool, AC_HELP_STRING([--enable-dfutool], [install DFU firmware upgrade utility]), [
- dfutool_enable=${enableval}
- ])
-
AC_ARG_ENABLE(cups, AC_HELP_STRING([--enable-cups], [install CUPS backend support]), [
cups_enable=${enableval}
])
@@ -319,7 +314,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(BCCMD, test "${bccmd_enable}" = "yes")
AM_CONDITIONAL(PCMCIA, test "${pcmcia_enable}" = "yes")
AM_CONDITIONAL(HID2HCI, test "${hid2hci_enable}" = "yes" && test "${usb_found}" = "yes" && test "${udev_found}" = "yes")
- AM_CONDITIONAL(DFUTOOL, test "${dfutool_enable}" = "yes" && test "${usb_found}" = "yes")
AM_CONDITIONAL(DATAFILES, test "${datafiles_enable}" = "yes")
AM_CONDITIONAL(DBUSOOBPLUGIN, test "${dbusoob_enable}" = "yes")
AM_CONDITIONAL(WIIMOTEPLUGIN, test "${wiimote_enable}" = "yes")