summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-01-23 22:25:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-01-23 22:25:19 (GMT)
commitba8c6ef62787c5c8a8c1e911ce72fb07294553e3 (patch)
treed59a27595049942c388da295eff3e76d5b5795cd /Makefile
parentad17ea734770126bfe1027a8a999e9e2d9f62145 (diff)
downloadgit-ba8c6ef62787c5c8a8c1e911ce72fb07294553e3.zip
git-ba8c6ef62787c5c8a8c1e911ce72fb07294553e3.tar.gz
git-ba8c6ef62787c5c8a8c1e911ce72fb07294553e3.tar.bz2
i18n: Make NO_GETTEXT imply fallthrough scheme in shell l10n
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a0f2464..a4a33d4 100644
--- a/Makefile
+++ b/Makefile
@@ -1515,6 +1515,7 @@ ifdef GETTEXT_POISON
endif
ifdef NO_GETTEXT
BASIC_CFLAGS += -DNO_GETTEXT
+ USE_GETTEXT_SCHEME = fallthrough
endif
ifdef NO_STRCASESTR
COMPAT_CFLAGS += -DNO_STRCASESTR