summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-04-30 08:21:06 -0700
committerJunio C Hamano <gitster@pobox.com>2014-04-30 08:21:06 -0700
commitfd0d09df98f37510d6c6d2280fec9e626629f047 (patch)
treed9c1b753d5e037bdf2b9019b8246602d9d3d2866
parentc7e075789d608e6b8907781f892770a6024043c2 (diff)
downloadgit-ef/make-without-curl-config.tar.gz
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f7d33da798..3164b62704 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,10 @@ all::
# git-http-push are not built, and you cannot use http:// and https://
# transports (neither smart nor dumb).
#
+# Define NO_CURL_MULTI if your libcurl is sufficiently old and lacks
+# curl_multi_init ("git http-push" to run the deprecated dumb push over
+# http/webdab will not be built).
+#
# Define CURL_CONFIG to the path to a curl-config binary other than the
# default 'curl-config'. If CURL_CONFIG is unset or points to a binary that
# is not found, defaults to the CURLDIR behavior.