From 25e448b5bd157fd3851f9149bed1477787220c5e Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Wed, 16 Oct 2019 22:41:27 +0200 Subject: TTS: Link libpthread explicitly on Linux platform --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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" -- cgit v1.2.3