1
0
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:
Yichun Zhang (agentzh) 2018-12-09 14:36:08 -08:00
parent c441759ce3
commit 2cfd8e5f04

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=(.*)/) {