commit b670a4926ebea2ef1b9592961059de5a1f36b3e3
parent 249dbe3d3363a1566c41fd83174e4c2ae4b19a11
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 22 Nov 2017 21:47:39 +0300
configure: unified sendfile() function naming
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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])
],