aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2010-07-01 16:26:00 +0000
committerMax Horn2010-07-01 16:26:00 +0000
commit78b6e246df844ea7f38d1c879ddc5dbeb767938c (patch)
tree99b0cbfbc6523f5224c4d5d6744d904ac2fe230a
parente3590a60a02114a7254e4955f8d512bcf76b71c4 (diff)
downloadscummvm-rg350-78b6e246df844ea7f38d1c879ddc5dbeb767938c.tar.gz
scummvm-rg350-78b6e246df844ea7f38d1c879ddc5dbeb767938c.tar.bz2
scummvm-rg350-78b6e246df844ea7f38d1c879ddc5dbeb767938c.zip
Fix configure output (missing newline)
svn-id: r50556
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a8432fc8b8..2674c0af18 100755
--- a/configure
+++ b/configure
@@ -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