configure: Remove redundant message for -Werror
commit2300aed15d704de102b5577cd0a125bb59d2030a
authorStefan Weil <sw@weilnetz.de>
Fri, 14 Mar 2014 20:11:13 +0000 (14 21:11 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 18 Apr 2014 06:33:36 +0000 (18 10:33 +0400)
tree6f8de599cc4c1674f7c59a88b71e706a74af67fb
parente40cdb0e6efb795e4d19368987d53e3e4ae19cf7
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 <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure