Fix configure output (missing newline)

svn-id: r50556
This commit is contained in:
Max Horn 2010-07-01 16:26:00 +00:00
parent e3590a60a0
commit 78b6e246df

2
configure vendored
View File

@ -2342,7 +2342,7 @@ EOF
add_to_config_h_if_yes $_detectlang '#define USE_DETECTLANG'
if test "$_detectlang" = yes ; then
echo_n "with runtime language detection)"
echo "with runtime language detection)"
else
echo "without runtime language detection)"
fi