Skip to content

Commit 7934c74

Browse files
dschogitster
authored andcommitted
mingw: remove unneeded NO_GETTEXT directive
In f9206ce (mingw: let's use gettext with MSYS2, 2016-01-26), we flipped the switch to build Git for Windows with support for gettext. However, the way we flipped the switch was by changing the value of the `NO_GETTEXT` variable from a non-empty string to the empty string, as if there was any `NO_GETTEXT` definition we needed to override. But that was a mistake: while there _is_ a definition, it is in the `THIS_IS_MSYSGIT` section, i.e. it does not affect the Git for Windows part at all. Let's just remove that unnecessary line. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 49d279f commit 7934c74

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
@@ -717,7 +717,6 @@ else
717717
INSTALL = /bin/install
718718
INTERNAL_QSORT = YesPlease
719719
HAVE_LIBCHARSET_H = YesPlease
720-
NO_GETTEXT =
721720
USE_GETTEXT_SCHEME = fallthrough
722721
USE_LIBPCRE = YesPlease
723722
NO_CURL =

0 commit comments

Comments
 (0)