mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
Get default of TEST_SSH_UTF8 from environment.
This commit is contained in:
parent
b9b8ba3f9e
commit
10e290ec00
@ -1777,7 +1777,7 @@ CFLAGS="$CFLAGS -D_XOPEN_SOURCE"
|
||||
AC_CHECK_FUNCS([mblen mbtowc nl_langinfo wcwidth])
|
||||
CFLAGS="$saved_CFLAGS"
|
||||
|
||||
TEST_SSH_UTF8=yes
|
||||
TEST_SSH_UTF8=${TEST_SSH_UTF8:=yes}
|
||||
AC_MSG_CHECKING([for utf8 locale support])
|
||||
AC_RUN_IFELSE(
|
||||
[AC_LANG_PROGRAM([[
|
||||
|
Loading…
x
Reference in New Issue
Block a user