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)
commit83b3d689182f52d5a6289b3fa586503efbd1eebe
treec11db2d4b0cbb003196eabac4643aeb84b3fe5ab
parent7470d8d21a940aa08c83facd7754c8ca84fe4ba4
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