mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
bugfix: "./configure --without-lua_resty_dns" did not work as declared. thanks Vitaly for the report in #61.
This commit is contained in:
3
util/configure
vendored
3
util/configure
vendored
@ -171,6 +171,9 @@ for my $opt (@ARGV) {
|
||||
} elsif ($opt eq '--without-lua_resty_redis') {
|
||||
$resty_opts{no_lua_resty_redis} = 1;
|
||||
|
||||
} elsif ($opt eq '--without-lua_resty_dns') {
|
||||
$resty_opts{no_lua_resty_dns} = 1;
|
||||
|
||||
} elsif ($opt eq '--without-lua_resty_mysql') {
|
||||
$resty_opts{no_lua_resty_mysql} = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user