diff options
author | Kim Alvefur <zash@zash.se> | 2013-04-03 15:38:18 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2013-04-03 15:38:18 +0200 |
commit | 4b105e01bb7e2ff414c622b775c9facca35cf80f (patch) | |
tree | a74a91347d9e0dabc6a5cfda05e5ecbbb25befb6 /configure | |
parent | 64579702abbbb36676a94a86d88cc54c119f4433 (diff) | |
download | prosody-4b105e01bb7e2ff414c622b775c9facca35cf80f.tar.gz prosody-4b105e01bb7e2ff414c622b775c9facca35cf80f.zip |
configure: Add RUNWITH to --help
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ Configure Prosody prior to building. Default is "$LUA_SUFFIX" (lua$LUA_SUFFIX...) --with-lua=PREFIX Use Lua from given prefix. Default is $LUA_DIR +--runwith=BINARY What Lua binary to set as runtime environment. + Default is $RUNWITH --with-lua-include=DIR You can also specify Lua's includes dir. Default is \$LUA_DIR/include --with-lua-lib=DIR You can also specify Lua's libraries dir. |