aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorChristian Krause2019-10-16 22:41:27 +0200
committerThierry Crozat2019-10-18 17:04:50 +0200
commit25e448b5bd157fd3851f9149bed1477787220c5e (patch)
treec1d71ff8307725e57ae4053d13f0a3b0fa2493bd /configure
parent75fdc35af4fc8f8a8cf6b2323f302c0a33bfd927 (diff)
downloadscummvm-rg350-25e448b5bd157fd3851f9149bed1477787220c5e.tar.gz
scummvm-rg350-25e448b5bd157fd3851f9149bed1477787220c5e.tar.bz2
scummvm-rg350-25e448b5bd157fd3851f9149bed1477787220c5e.zip
TTS: Link libpthread explicitly on Linux platform
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b5c4271f1a..c5c1c63454 100755
--- a/configure
+++ b/configure
@@ -5509,7 +5509,7 @@ else
echo "linux"
_tts=yes
define_in_config_if_yes $_tts 'USE_SPEECH_DISPATCHER'
- append_var LIBS '-lspeechd'
+ append_var LIBS '-lspeechd -lpthread'
;;
mingw*)
echo "win32"