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 | 1771d490b649e549c32eee4ff8a96daef5f58596 (patch) | |
tree | a74a91347d9e0dabc6a5cfda05e5ecbbb25befb6 /configure | |
parent | 1728207c6bb7f3955535ba4a2c1c6fde8e624ed8 (diff) | |
download | prosody-1771d490b649e549c32eee4ff8a96daef5f58596.tar.gz prosody-1771d490b649e549c32eee4ff8a96daef5f58596.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. |