mirror of
https://github.com/rkd77/elinks.git
synced 2025-04-18 00:47:36 -04:00
[configure.ac] Bracket ] was in suspicious place
This commit is contained in:
parent
12d36f3ec9
commit
ad6f4eec04
@ -1009,13 +1009,13 @@ if test -n "$luapkg" && $PKG_CONFIG $pkg_config_static "$luapkg"; then
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#include <lauxlib.h>]
|
#include <lauxlib.h>
|
||||||
#include <lua.h>
|
#include <lua.h>
|
||||||
#include <lualib.h>
|
#include <lualib.h>
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
], [[lua_State *L = luaL_newstate();
|
]], [[lua_State *L = luaL_newstate();
|
||||||
luaL_openlibs(L);
|
luaL_openlibs(L);
|
||||||
lua_pushboolean(L, 1);
|
lua_pushboolean(L, 1);
|
||||||
lua_close(L);]])],[cf_result=yes],[cf_result=no])
|
lua_close(L);]])],[cf_result=yes],[cf_result=no])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user