Skip to content

Commit 12dbb1d

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 2e35854 commit 12dbb1d

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
@@ -563,6 +563,7 @@ else
563563
INTERNAL_QSORT = YesPlease
564564
HAVE_LIBCHARSET_H = YesPlease
565565
NO_GETTEXT =
566+
USE_GETTEXT_SCHEME = fallthrough
566567
USE_LIBPCRE= YesPlease
567568
NO_CURL =
568569
USE_NED_ALLOCATOR = YesPlease

0 commit comments

Comments
 (0)