1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-10 11:35:00 -05:00

backport fix for FS 7578

This commit is contained in:
Dan McGee 2007-07-10 15:08:33 +00:00
parent 51aeac33e9
commit d8b57fcb76

View File

@ -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