Commit 81e56705 authored by Alam Arias's avatar Alam Arias Committed by Max Kellermann

configure.ac: build with large file support by default

This fixes mpg123 support.
parent ecb118f1
...@@ -38,6 +38,7 @@ ver 0.16 (20??/??/??) ...@@ -38,6 +38,7 @@ ver 0.16 (20??/??/??)
* automatically update the database with Linux inotify * automatically update the database with Linux inotify
* state_file: save only if something has changed * state_file: save only if something has changed
* obey $(sysconfdir) for default mpd.conf location * obey $(sysconfdir) for default mpd.conf location
* build with large file support by default
ver 0.15.4 (2009/10/03) ver 0.15.4 (2009/10/03)
......
...@@ -100,6 +100,8 @@ dnl ...@@ -100,6 +100,8 @@ dnl
dnl libc features dnl libc features
dnl dnl
AC_SYS_LARGEFILE
AC_CHECK_FUNCS(daemon fork syslog) AC_CHECK_FUNCS(daemon fork syslog)
if test $ac_cv_func_syslog = no; then if test $ac_cv_func_syslog = no; then
# syslog is not in the default libraries. See if it's in some other. # syslog is not in the default libraries. See if it's in some other.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment