Codebase list openssl / 87f533c
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) Richard Levitte 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
331331 "autoload-config",
332332 "bf",
333333 "blake2",
334 "buildtest-c++",
334 "buildtest-c\\+\\+",
335335 "camellia",
336336 "capieng",
337337 "cast",