Skip to content

Commit 2f0623a

Browse files
dschogitster
authored andcommitted
mingw: remove unneeded NO_CURL directive
In df5218b (config.mak.uname: support MSys2, 2016-01-13), we introduced support for building Git for Windows in the then-brand new Git for Windows v2.x build environment that was based off of MSYS2. To do that, we split the non-msysGit part (that targeted MSys1) in two, and instead of sharing the `NO_CURL = YesPlease` setting with MSys1, we overrode it for MSYS2 with the empty value because we very much want to build Git for Windows with libcurl. But that was unnecessary: we never set that variable beforehand, therefore there is no need to override it. Let's just remove that unnecessary line. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7934c74 commit 2f0623a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.mak.uname

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,6 @@ else
719719
HAVE_LIBCHARSET_H = YesPlease
720720
USE_GETTEXT_SCHEME = fallthrough
721721
USE_LIBPCRE = YesPlease
722-
NO_CURL =
723722
USE_NED_ALLOCATOR = YesPlease
724723
ifeq (/mingw64,$(subst 32,64,$(prefix)))
725724
# Move system config into top-level /etc/

0 commit comments

Comments
 (0)