Skip to content

Commit 60f4079

Browse files
committed
i18n: Do not force USE_GETTEXT_SCHEME=fallthrough on NO_GETTEXT
It should merely be the default used when the builder does not say anything about USE_GETTEXT_SCHEME. Even with NO_GETTEXT, USE_GETTEXT_SCHEME=gnu may be a way to avoid possibly slower emulation in our shell scripts. Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ba8c6ef commit 60f4079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ ifdef GETTEXT_POISON
15151515
endif
15161516
ifdef NO_GETTEXT
15171517
BASIC_CFLAGS += -DNO_GETTEXT
1518-
USE_GETTEXT_SCHEME = fallthrough
1518+
USE_GETTEXT_SCHEME ?= fallthrough
15191519
endif
15201520
ifdef NO_STRCASESTR
15211521
COMPAT_CFLAGS += -DNO_STRCASESTR

0 commit comments

Comments
 (0)