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 08:50:56 +0000 (09:50 +0100)
commit6703c4ea87b30554283deaa5df1f8d68725d3ee4
tree6ea5ecf65f8c310fce4754746f66ed881edea151
parent36e79832d33a5e5ec11a21071c4889ff25d47075
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>
Configure