aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-06-09 19:34:45 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-06-09 19:34:45 +0000
commit2ece82f12eaa7710f044cadb87d7e9890e4c2e05 (patch)
tree09abcd266f6df8fdffcc98412f7a6af900de9ea2 /configure.ac
parenta78b44a8329d770e0c97e2f38c62c0a1c2bedc47 (diff)
downloadlibmicrohttpd-2ece82f12eaa7710f044cadb87d7e9890e4c2e05.tar.gz
libmicrohttpd-2ece82f12eaa7710f044cadb87d7e9890e4c2e05.zip
send_param_adapter(): support hosts with sendfile64(), but with 32-bit off_t (i.e. Android)
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 e1959472..c8576a19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -608,7 +608,7 @@ AM_CONDITIONAL(HAVE_SPDYLAY, [test "x$have_spdylay" = "xyes"])
608# large file support (> 4 GB) 608# large file support (> 4 GB)
609AC_SYS_LARGEFILE 609AC_SYS_LARGEFILE
610AC_FUNC_FSEEKO 610AC_FUNC_FSEEKO
611AC_CHECK_FUNCS([_lseeki64 lseek64]) 611AC_CHECK_FUNCS([_lseeki64 lseek64 sendfile64])
612 612
613# optional: have error messages ? 613# optional: have error messages ?
614AC_MSG_CHECKING(whether to generate error messages) 614AC_MSG_CHECKING(whether to generate error messages)