]> git.ipfire.org Git - thirdparty/git.git/commitdiff
mingw: remove unneeded `NO_GETTEXT` directive
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 29 Jul 2022 15:41:10 +0000 (15:41 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Jul 2022 16:48:10 +0000 (09:48 -0700)
In f9206ce2681 (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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname

index fd7b6a904294464e3a7201bdb5863208a2686ff2..e897b80b3a764e55707dc6648312c82cd44d4d79 100644 (file)
@@ -717,7 +717,6 @@ else
                INSTALL = /bin/install
                INTERNAL_QSORT = YesPlease
                HAVE_LIBCHARSET_H = YesPlease
-               NO_GETTEXT =
                USE_GETTEXT_SCHEME = fallthrough
                USE_LIBPCRE = YesPlease
                NO_CURL =