aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6522060e6..1962bb697 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,6 +100,8 @@ dnl
dnl libc features
dnl
+AC_SYS_LARGEFILE
+
AC_CHECK_FUNCS(daemon fork syslog)
if test $ac_cv_func_syslog = no; then
# syslog is not in the default libraries. See if it's in some other.