aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-08-15 16:12:30 +0200
committerFilippos Karapetis2019-09-01 22:47:55 +0300
commit0d332e065ec4a56a5964d8933f1d6118a85f6965 (patch)
tree274b58329f2576bbcc7bc8c0cf22ecd7de392fe2 /configure
parentb97333d4b715013f37700c200fb1619da9225de8 (diff)
downloadscummvm-rg350-0d332e065ec4a56a5964d8933f1d6118a85f6965.tar.gz
scummvm-rg350-0d332e065ec4a56a5964d8933f1d6118a85f6965.tar.bz2
scummvm-rg350-0d332e065ec4a56a5964d8933f1d6118a85f6965.zip
TTS: Rename LinuxTextToSpeechManager to SpeechDispatcherManager
Add a new define for the SpeechDispatcherManager
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 8328626c3e..fe56b92fb6 100755
--- a/configure
+++ b/configure
@@ -5404,6 +5404,7 @@ else
linux*)
echo "linux"
_tts=yes
+ define_in_config_if_yes $_tts 'USE_SPEECH_DISPATCHER'
append_var LIBS '-lspeechd'
;;
mingw*)