From 706e7aeb258130a22e4f13786679603e0c3c9cf0 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sat, 10 Nov 2012 16:41:27 +0000 Subject: [PATCH] build-sys: Correct bluez support error if sbc is missing --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b63b0d28..99aafda6 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) -- 2.39.2