diff options
author | Max Horn | 2010-07-01 16:26:00 +0000 |
---|---|---|
committer | Max Horn | 2010-07-01 16:26:00 +0000 |
commit | 78b6e246df844ea7f38d1c879ddc5dbeb767938c (patch) | |
tree | 99b0cbfbc6523f5224c4d5d6744d904ac2fe230a | |
parent | e3590a60a02114a7254e4955f8d512bcf76b71c4 (diff) | |
download | scummvm-rg350-78b6e246df844ea7f38d1c879ddc5dbeb767938c.tar.gz scummvm-rg350-78b6e246df844ea7f38d1c879ddc5dbeb767938c.tar.bz2 scummvm-rg350-78b6e246df844ea7f38d1c879ddc5dbeb767938c.zip |
Fix configure output (missing newline)
svn-id: r50556
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |