Skip to content

Commit 86b9d96

Browse files
committed
Do not trust MSys2's MinGW gettext.sh
It does not quite work because it produces DOS line endings which the shell does not like at all. This lets t3406, t3903, t4254, t7400, t7401, t7406 and t7407 pass. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 558e336 commit 86b9d96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ else
553553
INTERNAL_QSORT = YesPlease
554554
HAVE_LIBCHARSET_H = YesPlease
555555
NO_GETTEXT =
556+
USE_GETTEXT_SCHEME = fallthrough
556557
USE_LIBPCRE= YesPlease
557558
NO_CURL =
558559
USE_NED_ALLOCATOR =

0 commit comments

Comments
 (0)