summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index aa8b190250..9069c84e3b 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1109,6 +1109,14 @@ voiceconfig () {
1109 DEFAULT_NOISEFLOOR="500" 1109 DEFAULT_NOISEFLOOR="500"
1110 DEFAULT_CHOICE="e" 1110 DEFAULT_CHOICE="e"
1111 fi 1111 fi
1112 if [ -n "`findtool espeak-ng`" ]; then
1113 ESPEAK="(e)Speak-ng "
1114 ESPEAK_OPTS=""
1115 DEFAULT_TTS="espeak-ng"
1116 DEFAULT_TTS_OPTS=$ESPEAK_OPTS
1117 DEFAULT_NOISEFLOOR="500"
1118 DEFAULT_CHOICE="e"
1119 fi
1112 if [ -n "`findtool festival`" ]; then 1120 if [ -n "`findtool festival`" ]; then
1113 FESTIVAL="(F)estival " 1121 FESTIVAL="(F)estival "
1114 FESTIVAL_OPTS="" 1122 FESTIVAL_OPTS=""