[pulseaudio-commits] 2 commits - configure.ac
David Henningsson
diwic at kemper.freedesktop.org
Wed Sep 10 02:29:01 PDT 2014
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit fcfaa77fe77a2e97d7ae56d0ee6bbb26201d87d7
Author: David Henningsson <david.henningsson at canonical.com>
Date: Wed Sep 10 11:28:45 2014 +0200
configure: Fix spelling of "backend"
Signed-off-by: David Henningsson <david.henningsson at canonical.com>
diff --git a/configure.ac b/configure.ac
index e1e2572..f13ddb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1511,7 +1511,7 @@ echo "
Enable D-Bus: ${ENABLE_DBUS}
Enable BlueZ 4: ${ENABLE_BLUEZ_4}
Enable BlueZ 5: ${ENABLE_BLUEZ_5}
- headset backed: ${BLUETOOTH_HEADSET_BACKEND}
+ headset backend: ${BLUETOOTH_HEADSET_BACKEND}
Enable udev: ${ENABLE_UDEV}
Enable HAL->udev compat: ${ENABLE_HAL_COMPAT}
Enable systemd login: ${ENABLE_SYSTEMD}
commit f782155da5404b336facf02cb3ad6da9a873db54
Author: Wim Taymans <wim.taymans at gmail.com>
Date: Mon Sep 8 11:15:55 2014 +0200
configure: fix headset check
diff --git a/configure.ac b/configure.ac
index 7b56210..e1e2572 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1037,7 +1037,7 @@ else
BLUETOOTH_HEADSET_BACKEND=$with_bluetooth_headset_backend
fi
-AS_IF([test "x$BLUETOOTH_HEADSET_BACKEND" != "xofono && "test "x$BLUETOOTH_HEADSET_BACKEND" != "xnull"],
+AS_IF([test "x$BLUETOOTH_HEADSET_BACKEND" != "xofono" && test "x$BLUETOOTH_HEADSET_BACKEND" != "xnull"],
[AC_MSG_ERROR([*** Invalid Bluetooth Headset backend])])
AC_SUBST(BLUETOOTH_HEADSET_BACKEND)
More information about the pulseaudio-commits
mailing list