]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: fix compilation on hosts without -fstack-protector-all
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Feb 2010 20:22:19 +0000 (21:22 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Feb 2010 20:22:19 +0000 (21:22 +0100)
commitaa527b65d8187b97d73f889b6cae7b6ac6f82d32
treec11db2d4b0cbb003196eabac4643aeb84b3fe5ab
parent22574c81a140abc7ddb7504e75972e5ffcde3909
configure: fix compilation on hosts without -fstack-protector-all

Commit a0f291fc101a7ab3e40850a329da2cc2f2cd1f2d has enabled
-fstack-protector-all on all targets, as the configure test is bogus.
GCC only emits a warning and not an error if this option is not
supported, so the configure scripts doesn't detect the problem.

This patch changes the configure script to try the various flags
with -Werror in addition to catch the possible warnings.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
configure