From: Ben Laurie Date: Mon, 28 Dec 1998 17:35:02 +0000 (+0000) Subject: Fix option listing. X-Git-Tag: OpenSSL_0_9_2b~333 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=11ee069b91f1c09f5e2dc4278b6cccaa2cc741a2;p=oweals%2Fopenssl.git Fix option listing. --- diff --git a/Configure b/Configure index 300a3ac802..6098af7785 100755 --- a/Configure +++ b/Configure @@ -599,7 +599,6 @@ sub bad_target my $j=0; foreach my $i (sort keys %table) { - next if /^b-/; print STDERR "\n" if ($j++ % 4) == 0; printf(STDERR "%-18s ",$i); }