i18n: Make NO_GETTEXT imply fallthrough scheme in shell l10n

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2012-01-23 14:25:19 -08:00
parent ad17ea7347
commit ba8c6ef627
1 changed files with 1 additions and 0 deletions

View File

@ -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