summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2022-07-29 15:41:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-07-29 16:48:10 (GMT)
commit7934c74463909e8d84c55d2de7ff3917dd71c6cb (patch)
tree4f96fb3c27d5bc255493496160800e92558679cb /config.mak.uname
parent49d279f89d9094ce29cc3fa5a219d2a29e552229 (diff)
downloadgit-7934c74463909e8d84c55d2de7ff3917dd71c6cb.zip
git-7934c74463909e8d84c55d2de7ff3917dd71c6cb.tar.gz
git-7934c74463909e8d84c55d2de7ff3917dd71c6cb.tar.bz2
mingw: remove unneeded `NO_GETTEXT` directive
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>
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 fd7b6a9..e897b80 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -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 =