gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 119/154: attempt configure fix


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 119/154: attempt configure fix
Date: Mon, 19 Aug 2019 10:17:11 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 4ab7ea5dde2339b28ebf3de1fc6a663beebf4f62
Author: ng0 <address@hidden>
AuthorDate: Tue Jul 30 08:42:38 2019 +0000

    attempt configure fix
---
 configure.ac | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4d6e263c..ac323baa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -650,15 +650,11 @@ AC_MSG_CHECKING([whether writev is available])
 AC_CHECK_FUNCS([writev])
 
 # check MSG_MORE defined
-AC_MSG_CHECKING([whether MSG_MORE defined])
+AC_MSG_CHECKING([whether MSG_MORE is defined])
 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
 #include <sys/types.h>
 #include <sys/socket.h>
-
-int main(int argc, char **argv)
-{
-  return MSG_MORE;
-}
+return MSG_MORE;
     ])],
     [
       AC_MSG_RESULT(yes)

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



reply via email to

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