[openssh-commits] [openssh] 01/01: Get default of TEST_SSH_UTF8 from environment.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Dec 13 13:52:40 AEDT 2016


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 10e290ec00964b2bf70faab15a10a5574bb80527
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Tue Dec 13 13:51:32 2016 +1100

    Get default of TEST_SSH_UTF8 from environment.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5958252..eb9f45d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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([[

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list