From fd8370581ef9a4b75400945ee4eb50fe94493d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 13 Dec 2016 10:34:03 +0100 Subject: build: add configure options for built-in lpeg support --- vis-lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis-lua.c') diff --git a/vis-lua.c b/vis-lua.c index 95cfe6e..301d719 100644 --- a/vis-lua.c +++ b/vis-lua.c @@ -1889,7 +1889,7 @@ void vis_lua_init(Vis *vis) { vis->lua = L; luaL_openlibs(L); -#if CONFIG_BUILTIN_LPEG +#if CONFIG_LPEG extern int luaopen_lpeg(lua_State *L); lua_getglobal(L, "package"); lua_getfield(L, -1, "preload"); -- cgit v1.2.3