From da8daa367b7dfe4337252810f6be0c0c31aa93c2 Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Thu, 27 Mar 2014 11:34:27 +0400 Subject: 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 Signed-off-by: Junio C Hamano --- config.mak.uname | 1 - 1 file changed, 1 deletion(-) (limited to 'config.mak.uname') diff --git a/config.mak.uname b/config.mak.uname index 7d31fad241..f1690d6a79 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 -- cgit v1.2.3