mirror of
https://github.com/openresty/openresty
synced 2024-11-09 18:35:51 +01:00
feature: ./configure: added support for the -h option.
This commit is contained in:
parent
c441759ce3
commit
2cfd8e5f04
2
util/configure
vendored
2
util/configure
vendored
@ -228,7 +228,7 @@ for my $opt (@ARGV) {
|
||||
} elsif ($opt eq '--with-debug') {
|
||||
$resty_opts{debug} = 1;
|
||||
|
||||
} elsif ($opt eq '--help') {
|
||||
} elsif ($opt eq '--help' || $opt eq '-h') {
|
||||
usage 0;
|
||||
|
||||
} elsif ($opt =~ /^--with-cc-opt=(.*)/) {
|
||||
|
Loading…
Reference in New Issue
Block a user