aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-22 21:47:39 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-22 23:53:21 +0300
commitb670a4926ebea2ef1b9592961059de5a1f36b3e3 (patch)
tree3ff588578d822387d7fb14ede91ed886e06ed4ed /configure.ac
parent249dbe3d3363a1566c41fd83174e4c2ae4b19a11 (diff)
downloadlibmicrohttpd-b670a4926ebea2ef1b9592961059de5a1f36b3e3.tar.gz
libmicrohttpd-b670a4926ebea2ef1b9592961059de5a1f36b3e3.zip
configure: unified sendfile() function naming
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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);
1263 ], 1263 ],
1264 [ 1264 [
1265 AC_DEFINE([HAVE_LINUX_SENDFILE], [1], [Define to 1 if you have linux-style sendfile(2).]) 1265 AC_DEFINE([HAVE_LINUX_SENDFILE], [1], [Define to 1 if you have linux-style sendfile(2).])
1266 found_sendfile="yes, linux-style" 1266 found_sendfile="yes, Linux-style"
1267 AC_MSG_RESULT([[yes]]) 1267 AC_MSG_RESULT([[yes]])
1268 AC_CHECK_FUNCS([sendfile64]) 1268 AC_CHECK_FUNCS([sendfile64])
1269 ], 1269 ],