[vlc-devel] [PATCH 08/11] configure: fix detection of lua

Steve Lhomme robux4 at ycbcr.xyz
Wed Jan 20 11:45:02 UTC 2021


LGTM

On 2021-01-20 10:49, KO Myung-Hun wrote:
> ---
>   configure.ac | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index cf55145c99..938ab0ff96 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1932,7 +1932,8 @@ then
>   
>        AS_IF([test "${have_lua_lib}" != "yes"], [
>          AC_CHECK_LIB( lua , luaL_newstate,
> -         [LUA_LIBS="-llua"],
> +         [LUA_LIBS="-llua"
> +          have_lua_lib=yes],
>            [ have_lua=no ], [-lm] ) ])
>   
>        dnl If we found any lib, check that we have the headers too
> -- 
> 2.22.0
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 


More information about the vlc-devel mailing list