[pulseaudio-discuss] [PATCH] netbsd: Fix unportable test(1) construct

David Henningsson david.henningsson at canonical.com
Mon Dec 7 00:11:39 PST 2015


Applied. Thanks!

On 2015-11-28 14:59, Kamil Rytarowski wrote:
> ---
>   configure.ac | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index abfb8d9..e4b4d4d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -488,14 +488,14 @@ AS_IF([test "$pulseaudio_cv__Bool" = "yes"], AC_DEFINE([HAVE_STD_BOOL], 1, [Have
>   #### Thread support ####
>
>   AX_TLS
> -AS_IF([test "$ac_cv_tls" == "__thread"],
> +AS_IF([test "$ac_cv_tls" = "__thread"],
>       AC_DEFINE([SUPPORT_TLS___THREAD], 1, [Define this if the compiler supports __thread for Thread-Local Storage]))
>
>   # Win32 build breaks with win32 pthread installed
>   AS_IF([test "x$os_is_win32" != "x1"],
>     [AX_PTHREAD])
>
> -AS_IF([test "x$ax_pthread_ok" == "xyes"],
> +AS_IF([test "x$ax_pthread_ok" = "xyes"],
>       AC_DEFINE([_POSIX_PTHREAD_SEMANTICS], 1, [Needed on Solaris]))
>
>
>

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


More information about the pulseaudio-discuss mailing list