[openssh-commits] [openssh] 01/01: Include <unistd.h> for exit in utf8 locale test.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 9 12:34:09 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 d399a8b914aace62418c0cfa20341aa37a192f98
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Fri Dec 9 12:33:25 2016 +1100

    Include <unistd.h> for exit in utf8 locale test.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 9c8d117..7b1be32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1781,6 +1781,7 @@ AC_MSG_CHECKING([for utf8 locale support])
 AC_RUN_IFELSE(
 	[AC_LANG_PROGRAM([[
 #include <locale.h>
+#include <unistd.h>
 	]], [[
 	char *loc = setlocale(LC_CTYPE, "en_US.UTF-8");
 	if (loc != NULL)

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


More information about the openssh-commits mailing list