From 3bb5375bf558e43f47d88deeabb2a129965b4b9e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 20 Feb 2012 16:03:42 +0100 Subject: tracer: Remove wrong attempt in building a HCI mointor in userspace --- acinclude.m4 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index 48a59a2be..b0f790cf1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -203,7 +203,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [ health_enable=no pnat_enable=no gatt_example_enable=no - tracer_enable=no tools_enable=yes hidd_enable=no pand_enable=no @@ -299,10 +298,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [ usb_enable=${enableval} ]) - AC_ARG_ENABLE(tracer, AC_HELP_STRING([--enable-tracer], [install Tracing daemon]), [ - tracer_enable=${enableval} - ]) - AC_ARG_ENABLE(tools, AC_HELP_STRING([--enable-tools], [install Bluetooth utilities]), [ tools_enable=${enableval} ]) @@ -419,7 +414,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [ AM_CONDITIONAL(READLINE, test "${readline_found}" = "yes") AM_CONDITIONAL(GATT_EXAMPLE_PLUGIN, test "${gatt_example_enable}" = "yes") AM_CONDITIONAL(PNATPLUGIN, test "${pnat_enable}" = "yes") - AM_CONDITIONAL(TRACER, test "${tracer_enable}" = "yes") AM_CONDITIONAL(HIDD, test "${hidd_enable}" = "yes") AM_CONDITIONAL(PAND, test "${pand_enable}" = "yes") AM_CONDITIONAL(DUND, test "${dund_enable}" = "yes") -- cgit v1.2.1