]> code.delx.au - pulseaudio/commitdiff
build-sys: Correct bluez support error if sbc is missing
authorSjoerd Simons <sjoerd@luon.net>
Sat, 10 Nov 2012 16:41:27 +0000 (16:41 +0000)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 12 Nov 2012 04:55:55 +0000 (10:25 +0530)
configure.ac

index b63b0d28b00b7d1205e404f01a4e17dd14242804..99aafda611fb53e37018b68765dcbdea422b9dcc 100644 (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)