[vlc-devel] [PATCH] configure.ac: fix handling of sndio enablement

Vikram Fugro vikram.fugro at gmail.com
Thu Aug 20 16:27:26 CEST 2015


Please ignore. Will send the correct one.

On Thu, Aug 20, 2015 at 7:23 PM, Vikram Fugro <vikram.fugro at gmail.com>
wrote:

> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 83a6ad9..9c1c1e2 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -3504,7 +3504,7 @@ AC_ARG_ENABLE([sndio],
>    ])
>  ])
>  have_sndio="no"
> -AS_IF([test "$enable_sndio" != "no"], [
> +AS_IF([test "$enable_sndio" == "yes"], [
>    AC_CHECK_HEADER([sndio.h], [
>      have_sndio="yes"
>    ])
> --
> 2.1.4
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20150820/661c049a/attachment.html>


More information about the vlc-devel mailing list