[pulseaudio-discuss] [PATCH 4/5] configure: fix headset check

David Henningsson david.henningsson at canonical.com
Wed Sep 10 02:30:20 PDT 2014


I pushed this one (together with a related spelling mistake) because it 
looks obvious, trivial, and not directly related to the new native 
backend. Thanks!

On 2014-09-08 11:15, Wim Taymans wrote:
> ---
>   configure.ac | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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)
>

-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic


More information about the pulseaudio-discuss mailing list