mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-28 05:40:23 -04:00
configure: add AC_SYS_LARGEFILE
The support for the large files may be disabled using --disable-largefile configure parameter. Related: https://github.com/alsa-project/alsa-lib/pull/333 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
dc1e683cc2
commit
6142ff0ca7
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ AC_PROG_GCC_TRADITIONAL
|
|||
AC_CHECK_FUNCS([uselocale])
|
||||
AC_CHECK_FUNCS([eaccess])
|
||||
|
||||
dnl Enable largefile support
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
SAVE_LIBRARY_VERSION
|
||||
AC_SUBST(LIBTOOL_VERSION_INFO)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue