Commit 87f533c9 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9016)
parent aa085f8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -332,7 +332,7 @@ my @disablables = (
    "autoload-config",
    "bf",
    "blake2",
    "buildtest-c++",
    "buildtest-c\\+\\+",
    "camellia",
    "capieng",
    "cast",