From 3027acc12e97fe92f617dd4a95a5861625773c38 Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Fri, 19 Jul 2019 09:56:26 +0200 Subject: TTS: Minor refactorisations - Add comment to tts initialization on Windows - Correctly free the voicesInfo in linux ttsMan - Remove popState method from linux-text-to-speech.h and windows-text-to-speech.h - Add tts to help in configure - Refactor language setting in gui-manager.cpp It counted with english being the default language in ttsMan constructors, which isn't true anymore. --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 096e11d73f..0a13ee0684 100755 --- a/configure +++ b/configure @@ -1050,6 +1050,8 @@ Optional Features: --enable-text-console use text console instead of graphical console --enable-verbose-build enable regular echoing of commands during build process + --enable-tts build support for text to speech + --disable-tts don't build support for text to speech --disable-bink don't build with Bink video support --opengl-mode=MODE OpenGL (ES) mode to use for OpenGL output [auto] available modes: auto for autodetection -- cgit v1.2.3