gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 114/154: writev check


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 114/154: writev check
Date: Mon, 19 Aug 2019 10:17:06 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 654d20bcd11c6f2c13b6b2e39a0d7c0cc8310d5b
Author: ng0 <address@hidden>
AuthorDate: Mon Jul 29 20:06:41 2019 +0000

    writev check
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 5b7a8114..49bcd624 100644
--- a/configure.ac
+++ b/configure.ac
@@ -645,6 +645,7 @@ AM_CONDITIONAL([HAVE_LISTEN_SHUTDOWN], [test 
"x$mhd_cv_host_shtdwn_trgr_select"
 # SENDMSG. Should we check for SCM_RIGHTS instead?
 # https://lists.x.org/archives/xorg-devel/2013-November/038687.html
 AC_SEARCH_LIBS(sendmsg, socket, AC_DEFINE([HAVE_SENDMSG],1,[Define if your 
platform supports sendmsg]))
+AC_CHECK_FUNCS([writev])
 
 # set GCC options
 # use '-fno-strict-aliasing', but only if the compiler

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]