Always link against pthread when using autotools (resolves #1410)

Theoretically I could enable it on a case-by-case basis, but as of now glslang,
physfs and the thread module all require pthread, so I might as well just
always link it in.
This commit is contained in:
Bart van Strien
2018-05-20 11:27:29 +02:00
parent eee81639f4
commit 32da35115c
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ ACLOVE_DEP_LUA
ACLOVE_DEP_SDL2
ACLOVE_DEP_LIBM
ACLOVE_DEP_ZLIB
ACLOVE_DEP_PTHREAD
# Conditional dependencies
AS_VAR_IF([enable_module_audio], [yes], [ACLOVE_DEP_OPENAL], [])