summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2014-03-27 07:34:27 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-03-27 19:05:14 (GMT)
commitda8daa367b7dfe4337252810f6be0c0c31aa93c2 (patch)
tree6bd3765287d9400e7bcdc97e142dd425a20d91dc /config.mak.uname
parentcee0c2750bb5f1b38f15ef961517e03c2e39c9ec (diff)
downloadgit-da8daa367b7dfe4337252810f6be0c0c31aa93c2.zip
git-da8daa367b7dfe4337252810f6be0c0c31aa93c2.tar.gz
git-da8daa367b7dfe4337252810f6be0c0c31aa93c2.tar.bz2
MSVC: allow linking with the cURL library
Teach the clink.pl script that -lcurl is a request to link with the cURL library, and drop NO_CURL from config.mak.uname for the MSVC platform. Signed-off-by: Marat Radchenko <marat@slonopotamus.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 7d31fad..f1690d6 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -345,7 +345,6 @@ ifeq ($(uname_S),Windows)
UNRELIABLE_FSTAT = UnfortunatelyYes
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
NO_REGEX = YesPlease
- NO_CURL = YesPlease
NO_GETTEXT = YesPlease
NO_PYTHON = YesPlease
BLK_SHA1 = YesPlease