diff options
Diffstat (limited to 'system/m4/disable-mbrtowc-test.patch')
-rw-r--r-- | system/m4/disable-mbrtowc-test.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/m4/disable-mbrtowc-test.patch b/system/m4/disable-mbrtowc-test.patch index cc2be2478..45b019b9d 100644 --- a/system/m4/disable-mbrtowc-test.patch +++ b/system/m4/disable-mbrtowc-test.patch @@ -4,7 +4,7 @@ #!/bin/sh -# Test whether the POSIX locale has encoding errors. -LC_ALL=C \ --./test-mbrtowc${EXEEXT} 5 || exit +-${CHECKER} ./test-mbrtowc${EXEEXT} 5 || exit -LC_ALL=POSIX \ --./test-mbrtowc${EXEEXT} 5 +-${CHECKER} ./test-mbrtowc${EXEEXT} 5 +exit 77 |