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

Alexandre Janniaux ajanni at videolabs.io
Wed Jan 20 13:50:28 UTC 2021


Hi,

LGTM too, thanks for fixing that.

Regards,
--
Alexandre Janniaux
Videolabs

On Wed, Jan 20, 2021 at 06:49:30PM +0900, 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