projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f1db97
)
build: Merge bluez pkg-config checks into one
author
Arun Raghavan
<arun.raghavan@collabora.co.uk>
Thu, 6 Sep 2012 16:07:34 +0000
(09:07 -0700)
committer
Arun Raghavan
<arun.raghavan@collabora.co.uk>
Thu, 6 Sep 2012 16:07:34 +0000
(09:07 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 06923e3b973cc3e2b69dc84fe59996da87387226..ca95d188a6edbf06fc7e3e98b0491bbeb7637ce7 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-963,10
+963,7
@@
AC_ARG_ENABLE([bluez],
AS_HELP_STRING([--disable-bluez],[Disable optional BlueZ support]))
AS_IF([test "x$enable_bluez" != "xno"],
- [PKG_CHECK_MODULES(BLUEZ, [ bluez >= 3.0 ], HAVE_BLUEZ=1, HAVE_BLUEZ=0)],
- HAVE_BLUEZ=0)
-AS_IF([test "x$enable_bluez" != "xno"],
- [PKG_CHECK_MODULES(SBC, [ sbc >= 1.0 ], HAVE_BLUEZ=1, HAVE_BLUEZ=0)],
+ [PKG_CHECK_MODULES(BLUEZ, [ bluez >= 3.0 sbc >= 1.0 ], HAVE_BLUEZ=1, HAVE_BLUEZ=0)],
HAVE_BLUEZ=0)
AS_IF([test "x$HAVE_DBUS" != "x1"], HAVE_BLUEZ=0)