1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04: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!");
fi
# Enable large file support if available
AC_SYS_LARGEFILE
dnl Set config location
AC_MSG_CHECKING(for configuration file name)
if test -n "$configfile"; then