From f782155da5404b336facf02cb3ad6da9a873db54 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 8 Sep 2014 11:15:55 +0200 Subject: [PATCH] configure: fix headset check --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7b562106a..e1e257289 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)