mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-23 21:20:41 +01:00
build: show bluez4 as "no" when not explicitly enabled
This commit is contained in:
parent
18624eb6dd
commit
961e23a2e2
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue