---
configure.ac | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/configure.ac b/configure.ac
index 9be3ebf..8b9d78a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,6 +126,11 @@ if (test "${enable_tools}" = "yes"); then
AC_MSG_ERROR(Alsa library is required))
AC_SUBST(ALSA_CFLAGS)
AC_SUBST(ALSA_LIBS)
+
+ PKG_CHECK_MODULES(SBC, sbc >= 1.1, dummy=yes,
+ AC_MSG_ERROR(SBC library v. 1.1 is required))
+ AC_SUBST(SBC_CFLAGS)
+ AC_SUBST(SBC_LIBS)
fi
AM_CONDITIONAL(TOOLS, test "${enable_tools}" = "yes")
--
1.7.9.5
_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono