From: Sjoerd Simons Date: Sat, 10 Nov 2012 16:41:27 +0000 (+0000) Subject: build-sys: Correct bluez support error if sbc is missing X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/706e7aeb258130a22e4f13786679603e0c3c9cf0 build-sys: Correct bluez support error if sbc is missing --- 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)