From: Stefan Weil <s...@weilnetz.de> 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 <s...@weilnetz.de> Signed-off-by: Michael Tokarev <m...@tls.msk.ru> --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 31fd3ad..1e73117 100755 --- a/configure +++ b/configure @@ -4092,7 +4092,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 -- 1.7.10.4