build-sys: Correct bluez support error if sbc is missing

This commit is contained in:
Sjoerd Simons 2012-11-10 16:41:27 +00:00 committed by Arun Raghavan
parent 2b26793f0f
commit 706e7aeb25

View file

@ -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)