diff options
author | Sjoerd Simons <sjoerd@luon.net> | 2012-11-10 16:41:27 +0000 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-11-12 10:25:55 +0530 |
commit | 706e7aeb258130a22e4f13786679603e0c3c9cf0 (patch) | |
tree | 1325f6d5c9d694435acebd2044d9e60d9585006a | |
parent | 2b26793f0fd6634b8a4f09b8cd4e1104b454d5f0 (diff) |
build-sys: Correct bluez support error if sbc is missing
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |