build: show bluez4 as "no" when not explicitly enabled

This commit is contained in:
Dan Williams 2013-09-23 16:12:00 -05:00 committed by Thomas Haller
parent 18624eb6dd
commit 961e23a2e2

View file

@ -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")