mirror of https://github.com/moparisthebest/curl
--protocols now supports TFTP
parent
e369270f88
commit
e55f502e2f
|
@ -116,6 +116,9 @@ while test $# -gt 0; do
|
|||
if test "@CURL_DISABLE_DICT@" != "1"; then
|
||||
echo "DICT"
|
||||
fi
|
||||
if test "@CURL_DISABLE_TFTP@" != "1"; then
|
||||
echo "TFTP"
|
||||
fi
|
||||
;;
|
||||
--version)
|
||||
echo libcurl @VERSION@
|
||||
|
|
Loading…
Reference in New Issue