Configure: make 'enable-buildtest-c++' work (not be a regexp)
authorRichard Levitte <levitte@openssl.org>
Mon, 27 May 2019 17:16:14 +0000 (19:16 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 27 May 2019 17:16:14 +0000 (19:16 +0200)
commit87f533c9f622d5f44170fc2aed0d341187d10878
tree5c0403136df73a41558038b879183b214aa2b664
parentaa085f8c10f8d79f80a3bae02936492604b0492d
Configure: make 'enable-buildtest-c++' work (not be a regexp)

OpenSSL 1.1.1's Configure treats the strings in @disablables as regexps,
which means that the 'buildtest-c++' option needs a bit of escaping to
be interpreted as intended.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9016)
Configure