index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-07-10 15:08:33 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-10 15:08:33 +0000 |
commit | d8b57fcb76e3de6899b500db42706bce75dfd7fe (patch) | |
tree | bc91113b38df3bedc824dd4a73dbc81fdac3bb27 /configure.ac | |
parent | 51aeac33e9ab34c926dd9c3371e3d287c7dde9d3 (diff) |
-rw-r--r-- | configure.ac | 3 |
diff --git a/configure.ac b/configure.ac index 5138ed6a..f85c5193 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |