aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3f7fb8f6..1e1187ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -608,6 +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])
611 612
612# optional: have error messages ? 613# optional: have error messages ?
613AC_MSG_CHECKING(whether to generate error messages) 614AC_MSG_CHECKING(whether to generate error messages)