summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 60dc49cbc8..37e0f7f209 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1392,7 +1392,7 @@ echo "Using source code root directory: $rootdir"
1392language="english" 1392language="english"
1393 1393
1394# Ask about language if building voice 1394# Ask about language if building voice
1395if [ "yes" == "$voice" ]; then 1395if [ "yes" = "$voice" ]; then
1396 echo "Select a number for the language to use (default is english)" 1396 echo "Select a number for the language to use (default is english)"
1397 1397
1398 picklang 1398 picklang