exit on error.

This commit is contained in:
Ulf Möller 1999-04-25 09:22:05 +00:00
parent a75b81ad95
commit 45050a7f3d

View file

@ -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 ($_ =~ /^([^:]+):(.+)$/) {