From 0613f6441064f81c7af17778a95a8e5cb458bb94 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 9 Dec 2012 00:49:40 +0100 Subject: tools: Remove dfutool utility This tool got replaced with dfu-util from http://dfu-util.gnumonks.org/ --- acinclude.m4 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'acinclude.m4') 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") -- cgit v1.2.1