From 78b6e246df844ea7f38d1c879ddc5dbeb767938c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 1 Jul 2010 16:26:00 +0000 Subject: [PATCH] Fix configure output (missing newline) svn-id: r50556 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a8432fc8b81..2674c0af188 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