gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 02/03: configure: unified sendfile() functi


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 02/03: configure: unified sendfile() function naming
Date: Wed, 22 Nov 2017 21:54:15 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit b670a4926ebea2ef1b9592961059de5a1f36b3e3
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Wed Nov 22 21:47:39 2017 +0300

    configure: unified sendfile() function naming
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 625b74ab..425c41ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1263,7 +1263,7 @@ ssize_t sendfile(int, int, off_t*, size_t);
   ],
   [
     AC_DEFINE([HAVE_LINUX_SENDFILE], [1], [Define to 1 if you have linux-style 
sendfile(2).])
-    found_sendfile="yes, linux-style"
+    found_sendfile="yes, Linux-style"
     AC_MSG_RESULT([[yes]])
     AC_CHECK_FUNCS([sendfile64]) 
   ],

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



reply via email to

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