Commit e55f502e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

--protocols now supports TFTP

parent e369270f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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@