aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-06-09 19:34:14 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-06-09 19:34:14 +0000
commit329c4705969983805541d9ed754313574b86ace1 (patch)
tree5f906c13d7af991b25925788f53d3d0ea0955b45 /configure.ac
parent67859a6401f2b7e4daf11067aa188c4f6f669432 (diff)
downloadlibmicrohttpd-329c4705969983805541d9ed754313574b86ace1.tar.gz
libmicrohttpd-329c4705969983805541d9ed754313574b86ace1.zip
response.c: file_reader(): add support for Linux hosts with 64-bit seek, but with 32-bit off_t (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 1e1187ad..e1959472 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]) 611AC_CHECK_FUNCS([_lseeki64 lseek64])
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)