From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Reflect the build changes to only leave experimental tools being --enable-experimental. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 24d7589..768a20c 100644 --- a/configure.ac +++ b/configure.ac @@ -275,7 +275,7 @@ AC_ARG_ENABLE(manpages, AC_HELP_STRING([--enable-manpages], AM_CONDITIONAL(MANPAGES, test "${enable_manpages}" = "yes") AC_ARG_ENABLE(experimental, AC_HELP_STRING([--enable-experimental], - [enable experimental plugins (SAP, NFC, ...)]), + [enable experimental tools]), [enable_experimental=${enableval}]) AM_CONDITIONAL(EXPERIMENTAL, test "${enable_experimental}" = "yes") -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html