mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
check to see if the OS needs large file support to be turned on automatically. (#431, svip)
This commit is contained in:
parent
7e8cbad592
commit
1c12dabaeb
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ AC_SEARCH_LIBS([socket], [socket net])
|
|||
AC_SEARCH_LIBS([gethostbyname], [nsl bind])
|
||||
PKG_CHECK_MODULES(OPENSSL, [openssl >= 0.9.4])
|
||||
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
dnl ----------------------------------------------------------------------------
|
||||
dnl
|
||||
dnl va_copy
|
||||
|
|
Loading…
Reference in a new issue