diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,7 +50,7 @@ system's package manager. | |||
50 | --with-lua-lib=DIR You can also specify Lua's libraries dir. | 50 | --with-lua-lib=DIR You can also specify Lua's libraries dir. |
51 | Default is \$LUA_DIR/lib | 51 | Default is \$LUA_DIR/lib |
52 | --with-downloader=TOOL Which tool to use as a downloader. | 52 | --with-downloader=TOOL Which tool to use as a downloader. |
53 | Valid options are: wget, curl. | 53 | Valid options are: curl, wget. |
54 | Default is to auto-detect. | 54 | Default is to auto-detect. |
55 | --with-md5-checker=TOOL Which tool to use as a downloader. | 55 | --with-md5-checker=TOOL Which tool to use as a downloader. |
56 | Valid options are: md5sum, openssl | 56 | Valid options are: md5sum, openssl |
@@ -349,7 +349,7 @@ fi | |||
349 | 349 | ||
350 | if [ "$LUAROCKS_DOWNLOADER_SET" != "yes" ] | 350 | if [ "$LUAROCKS_DOWNLOADER_SET" != "yes" ] |
351 | then | 351 | then |
352 | find_helper "downloader helper program" wget curl fetch | 352 | find_helper "downloader helper program" curl wget fetch |
353 | LUAROCKS_DOWNLOADER=$HELPER | 353 | LUAROCKS_DOWNLOADER=$HELPER |
354 | fi | 354 | fi |
355 | 355 | ||