Skip to content

Commit 87f533c

Browse files
committed
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 <[email protected]> (Merged from openssl/openssl#9016)
1 parent aa085f8 commit 87f533c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ my @disablables = (
332332
"autoload-config",
333333
"bf",
334334
"blake2",
335-
"buildtest-c++",
335+
"buildtest-c\\+\\+",
336336
"camellia",
337337
"capieng",
338338
"cast",

0 commit comments

Comments
 (0)