mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
feature: ./configure: added support for the -h option.
This commit is contained in:
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=(.*)/) {
|
||||
|
Reference in New Issue
Block a user