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-Tag: v2.99.2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=706e7aeb258130a22e4f13786679603e0c3c9cf0;p=platform%2Fupstream%2Fpulseaudio.git build-sys: Correct bluez support error if sbc is missing --- diff --git a/configure.ac b/configure.ac index b63b0d2..99aafda 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)