gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: configure: minor fixes


From: gnunet
Subject: [libmicrohttpd] branch master updated: configure: minor fixes
Date: Mon, 21 Dec 2020 23:24:21 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 4aeab8d8 configure: minor fixes
4aeab8d8 is described below

commit 4aeab8d849b5b30720724da6f337c27c917e99bc
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Dec 22 01:23:31 2020 +0300

    configure: minor fixes
---
 configure.ac | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2011dc30..bd067afb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -857,9 +857,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_MSG_CHECKING([whether sendmsg is available])
-AC_SEARCH_LIBS(sendmsg, socket, AC_DEFINE([HAVE_SENDMSG],1,[Define if your 
platform supports sendmsg]))
-AC_MSG_CHECKING([whether writev is available])
+AC_SEARCH_LIBS([sendmsg], [socket], [AC_DEFINE([HAVE_SENDMSG],[1],[Define if 
your platform supports sendmsg])])
 AC_CHECK_FUNCS([writev])
 
 # set GCC options

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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