From 0c2247eafa33dbeb35bf68daa1d636e6a32e6807 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 8 Feb 2017 20:01:04 +0100 Subject: [PATCH] bluetooth: Make panel required on Linux But do it earlier than the end of configure messages. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 309bf14f0..cb5953150 100644 --- a/configure.ac +++ b/configure.ac @@ -257,6 +257,8 @@ PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.18.2, [have_bluetooth=yes], have_bluetooth=no) if test "x$have_bluetooth" = xyes ; then AC_DEFINE(BUILD_BLUETOOTH, 1, [Define to 1 to build the Bluetooth panel]) +else + linux_usb_error_or_warn "*** Bluetooth panel will not be built" fi AM_CONDITIONAL(BUILD_BLUETOOTH, [test x$have_bluetooth = xyes]) if test x${have_bluetooth} = xyes; then