summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-03-31 08:34:41 +0000
committerPierre Ossman <ossman@cendio.se>2006-03-31 08:34:41 +0000
commit3285403d3c56e1d7ac9361ede675979b2d28fbf6 (patch)
tree0ef91a866cd2de726018370253660b9b6dba9ba7
parent8d4af80383f40f43221e46335004b0eb82e1ea80 (diff)
Large file support. Polypaudio probably doesn't need it, but it causes warnings
when linking libpolyp with applications that do. So this is just to make life easier for other applications. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@640 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a0b16573..7d7f8f73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,10 @@ if type -p stow > /dev/null && test -d /usr/local/stow ; then
ac_default_prefix="/usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION}"
fi
+#### Large File-Support (LFS) ####
+
+AC_SYS_LARGEFILE
+
#### Checks for programs. ####
# CC