aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index bbdbb5c9..413ebd02 100755
--- a/configure
+++ b/configure
@@ -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
350if [ "$LUAROCKS_DOWNLOADER_SET" != "yes" ] 350if [ "$LUAROCKS_DOWNLOADER_SET" != "yes" ]
351then 351then
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
354fi 354fi
355 355