aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlam Arias <Alam.GBC@gmail.com>2009-10-08 15:24:59 +0200
committerMax Kellermann <max@duempel.org>2009-10-08 15:24:59 +0200
commit81e56705ada331fcb44537e5e5545a1379f601f4 (patch)
tree06c2fa05bcbc6e1c6de97ee1b36736d86e364d1b /configure.ac
parentecb118f1edab572a904890eddafd3b11c0a79a79 (diff)
configure.ac: build with large file support by default
This fixes mpg123 support.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6522060e..1962bb69 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.