mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
./configure: usage text: renamed --with-luajit=PATH to --with-luajit=DIR. thanks Dominic for the suggestion in openresty/ngx_openresty#68.
This commit is contained in:
6
util/configure
vendored
6
util/configure
vendored
@ -423,7 +423,7 @@ _END_
|
||||
}
|
||||
|
||||
if ($opts->{luajit} && $opts->{luajit_path}) {
|
||||
die "--with-luajit and --with-luajit=PATH are mutually exclusive.\n";
|
||||
die "--with-luajit and --with-luajit=DIR are mutually exclusive.\n";
|
||||
}
|
||||
|
||||
if ($opts->{no_http_ssl} && $opts->{http_ssl}) {
|
||||
@ -961,9 +961,9 @@ _EOC_
|
||||
|
||||
--with-lua51 enable and build the bundled standard Lua 5.1 interpreter
|
||||
--without-lua51 disable the bundled standard Lua 5.1 interpreter
|
||||
--with-lua51=PATH specify the external installation of Lua 5.1 by PATH
|
||||
--with-lua51=DIR specify the external installation of Lua 5.1 by DIR
|
||||
--with-luajit enable and build the bundled LuaJIT 2.1 (the default)
|
||||
--with-luajit=PATH use the external LuaJIT 2.1 installation specified by PATH
|
||||
--with-luajit=DIR use the external LuaJIT 2.1 installation specified by DIR
|
||||
--with-luajit-xcflags=FLAGS Specify extra C compiler flags for LuaJIT 2.1
|
||||
--with-libdrizzle=DIR specify the libdrizzle 1.0 (or drizzle) installation prefix
|
||||
--with-libpq=DIR specify the libpq (or postgresql) installation prefix
|
||||
|
Reference in New Issue
Block a user