Skip to content

Commit

Permalink
fix 'Configure TABLE' output
Browse files Browse the repository at this point in the history
  • Loading branch information
45264 committed Jan 4, 2002
1 parent d59fb0d commit 67d48c8
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 142 deletions.
3 changes: 2 additions & 1 deletion Configure
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ sub print_table_entry
my $bn_ops,my $bn_obj,my $des_obj,my $bf_obj,
my $md5_obj,my $sha1_obj,my $cast_obj,my $rc4_obj,my $rmd160_obj,
my $rc5_obj,my $dso_scheme,my $shared_target,my $shared_cflag,
my $shared_extension,my $ranlib)=
my $shared_ldflag,my $shared_extension,my $ranlib)=
split(/\s*:\s*/,$table{$target} . ":" x 30 , -1);

print <<EOF
Expand All @@ -1473,6 +1473,7 @@ sub print_table_entry
\$dso_scheme = $dso_scheme
\$shared_target= $shared_target
\$shared_cflag = $shared_cflag
\$shared_ldflag = $shared_ldflag
\$shared_extension = $shared_extension
\$ranlib = $ranlib
EOF
Expand Down

0 comments on commit 67d48c8

Please sign in to comment.