build: Add GCC stack-protector/SSP to default flag set
* configure.ac: Add GCC SSP / -fstack-protector-strong to default flag
set, when available, as part of defence in depth. At least some
distros already use SSP by default and it can detect buffer overflows
above a certain size.