mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
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
This commit is contained in:
parent
8d4af80383
commit
3285403d3c
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue