Make the match for previous cflags a bit more strict
authorRichard Levitte <levitte@openssl.org>
Mon, 9 Nov 2015 08:50:56 +0000 (09:50 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 9 Nov 2015 11:15:07 +0000 (12:15 +0100)
commitc8cc43108d97517dfce25a114acd5651f5548cd5
tree47e6d3bc6cb081fd6dcb2c54073394621f1b9a62
parent1fe1c65c3ba96dd89e6c805331204428a27d4b6c
Make the match for previous cflags a bit more strict

./Configure [target] --strict-warnings -Wno-pedantic-ms-format
would not add '-pedantic' because it matches '-Wno-pedantic-ms-format',
which was added first.

Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 6703c4ea87b30554283deaa5df1f8d68725d3ee4)
Configure