Skip to content

Commit 9be6433

Browse files
committed
Fix small typo (parenthesis missing)
Fixes openssl#5207 (another PR) Reviewed-by: Ben Kaduk <[email protected]> (Merged from openssl#5210)
1 parent 26f0340 commit 9be6433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ if ($target =~ /^mingw/ && `$config{cc} --target-help 2>&1` =~ m/-mno-cygwin/m)
11551155

11561156
if ($target =~ /linux.*-mips/ && !$disabled{asm}
11571157
&& !grep { $_ !~ /-m(ips|arch=)/ } (@{$user{CFLAGS}},
1158-
@{$useradd{CFLAGS}}) {
1158+
@{$useradd{CFLAGS}})) {
11591159
# minimally required architecture flags for assembly modules
11601160
my $value;
11611161
$value = '-mips2' if ($target =~ /mips32/);

0 commit comments

Comments
 (0)