backport fix for FS 7578
This commit is contained in:
parent
51aeac33e9
commit
d8b57fcb76
1 changed files with 3 additions and 0 deletions
|
@ -148,6 +148,9 @@ if test -z "$LIBDOWNLOAD"; then
|
||||||
AC_MSG_ERROR("libdownload is needed to compile pacman!");
|
AC_MSG_ERROR("libdownload is needed to compile pacman!");
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Enable large file support if available
|
||||||
|
AC_SYS_LARGEFILE
|
||||||
|
|
||||||
dnl Set config location
|
dnl Set config location
|
||||||
AC_MSG_CHECKING(for configuration file name)
|
AC_MSG_CHECKING(for configuration file name)
|
||||||
if test -n "$configfile"; then
|
if test -n "$configfile"; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue