Makefile: allow static linking against libcurl
authorDave Borowitz <dborowitz@google.com>
Tue, 15 Apr 2014 10:40:31 +0000 (03:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Apr 2014 20:01:51 +0000 (13:01 -0700)
This requires more flags than can be guessed with the old-style
CURLDIR and related options, so is only supported when curl-config is
present.

Signed-off-by: Dave Borowitz <dborowitz@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found