diff --git a/configure.ac b/configure.ac index b63b0d28b..99aafda61 100644 --- a/configure.ac +++ b/configure.ac @@ -1012,7 +1012,7 @@ AS_IF([test "x$enable_bluez" != "xno"], AS_IF([test "x$HAVE_DBUS" != "x1"], HAVE_BLUEZ=0) AS_IF([test "x$enable_bluez" = "xyes" && test "x$HAVE_BLUEZ" = "x0"], - [AC_MSG_ERROR([*** BLUEZ support not found (requires D-Bus)])]) + [AC_MSG_ERROR([*** BLUEZ support not found (requires BlueZ, sbc, and D-Bus)])]) AC_SUBST(BLUEZ_CFLAGS) AC_SUBST(BLUEZ_LIBS)