From: Stefan Weil Date: Fri, 14 Mar 2014 20:11:13 +0000 (+0100) Subject: configure: Remove redundant message for -Werror X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~890^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2300aed15d704de102b5577cd0a125bb59d2030a;p=sdk%2Femulator%2Fqemu.git configure: Remove redundant message for -Werror The compiler flag -Werror is printed (or not printed) as any other compiler flag which is part of QEMU_CFLAGS. Therefore an extra output line for -Werror is redundant and can be removed. Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- diff --git a/configure b/configure index f073072..b08afc3 100755 --- a/configure +++ b/configure @@ -4095,7 +4095,6 @@ echo "sparse enabled $sparse" echo "strip binaries $strip_opt" echo "profiler $profiler" echo "static build $static" -echo "-Werror enabled $werror" if test "$darwin" = "yes" ; then echo "Cocoa support $cocoa" fi