From 961e23a2e2502a64dc0adfd234e670690be2cc5d Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 23 Sep 2013 16:12:00 -0500 Subject: [PATCH] build: show bluez4 as "no" when not explicitly enabled --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 424c904f6b..136c1d047b 100644 --- a/configure.ac +++ b/configure.ac @@ -275,6 +275,7 @@ if (test "${enable_bluez4}" = "yes"); then AC_DEFINE(WITH_BLUEZ4, 1, [Define if you have BlueZ 4 support]) else AC_DEFINE(WITH_BLUEZ4, 0, [Define if you have BlueZ 4 support]) + enable_bluez4=no fi AM_CONDITIONAL(WITH_BLUEZ4, test "${enable_bluez4}" = "yes")