exit on error.
This commit is contained in:
parent
a75b81ad95
commit
45050a7f3d
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ use strict;
|
||||||
|
|
||||||
# see INSTALL for instructions.
|
# see INSTALL for instructions.
|
||||||
|
|
||||||
my $usage="Usage: Configure [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-asm] [rsaref] [--openssldir=OPENSSLDIR] [--prefix=DIR] os/compiler\n";
|
my $usage="Usage: Configure [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [rsaref] [no-asm] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] os/compiler[:flags]\n";
|
||||||
|
|
||||||
# Options:
|
# Options:
|
||||||
# --openssldir install OpenSSL in OPENSSLDIR (Default: DIR/ssl if the
|
# --openssldir install OpenSSL in OPENSSLDIR (Default: DIR/ssl if the
|
||||||
|
@ -318,6 +318,7 @@ foreach (@ARGV)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print STDERR $usage;
|
print STDERR $usage;
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elsif ($_ =~ /^([^:]+):(.+)$/) {
|
elsif ($_ =~ /^([^:]+):(.+)$/) {
|
||||||
|
|
Loading…
Reference in a new issue