Skip to content

Commit b34092c

Browse files
committed
Add -pthread to lua testing
Required to fix linker errors in li_std_auto_ptr and cpp11_std_unique_ptr test cases
1 parent 41fddf6 commit b34092c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,6 +2430,7 @@ if test "$LUABIN"; then
24302430
if test "$LUA_VERSION" = "5.0"; then
24312431
LUALINK="$LUALINK -llualib"
24322432
fi
2433+
LUALINK="$LUALINK -pthread"
24332434

24342435
LIBS=$lua_save_LIBS # restore LIBS
24352436
fi

0 commit comments

Comments
 (0)