aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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)