gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 120/154: configure


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 120/154: configure
Date: Mon, 19 Aug 2019 10:17:12 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 46829218013f6dcb9de3f3ec432f8978e541ea38
Author: ng0 <address@hidden>
AuthorDate: Tue Jul 30 08:53:34 2019 +0000

    configure
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index ac323baa..8e4f4a9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -651,11 +651,11 @@ AC_CHECK_FUNCS([writev])
 
 # check MSG_MORE defined
 AC_MSG_CHECKING([whether MSG_MORE is defined])
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
 #include <sys/types.h>
 #include <sys/socket.h>
-return MSG_MORE;
-    ])],
+]],[[return MSG_MORE;]]
+    )],
     [
       AC_MSG_RESULT(yes)
       AC_DEFINE(HAVE_MSG_MORE, [1], [have MSG_MORE])

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



reply via email to

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