Skip to content

Commit 79b3bd3

Browse files
committed
config: more followup fixes in autoconf feature tests.
1 parent 3a37c9c commit 79b3bd3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,12 @@ ngx_feature_libs="$ngx_module_libs"
216216
ngx_feature_run=no
217217
ngx_feature_incs="#include <lualib.h>
218218
#include <lauxlib.h>
219-
#include <assert.h>"
219+
#include <assert.h>
220+
"
220221
ngx_feature_test="lua_State *L = luaL_newstate();
221222
assert(L != NULL);
222-
luaopen_ffi(L);"
223+
luaopen_ffi(L);
224+
"
223225

224226
. auto/feature
225227

0 commit comments

Comments
 (0)