summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 76a840b002..99fa5cad30 100755
--- a/configure
+++ b/configure
@@ -2581,7 +2581,7 @@ for lang in $_language ; do
_language=$lang
break
else
- echo -n "$lang not found, "
+ echo ${_echo_n} "$lang not found, ${_echo_c}"
_language=`echo $_language | sed "s/$lang *//"`
fi
done
@@ -6874,7 +6874,7 @@ EOF
_big_endian=no
fi
else
- echo -n "failed to autodetect byte order, defaulting to "
+ echo ${_echo_n} "failed to autodetect byte order, defaulting to ${_echo_c}"
fi
fi
if test "$_big_endian" = yes ; then
@@ -8312,8 +8312,8 @@ Config files successfully generated by ./configure !
Messages/GUI: $_language
EOF
-echo -n " Manual pages: $MAN_LANG"
-test "$LANGUAGES" = en && echo -n " (no localization selected, use --language=all)"
+echo ${_echo_n} " Manual pages: $MAN_LANG ${_echo_c}"
+test "$LANGUAGES" = en && echo ${_echo_n} " (no localization selected, use --language=all)${_echo_c}"
echo
cat << EOF