[pacman-dev] CVS update of pacman-lib (configure.ac)

Dan McGee dan at archlinux.org
Tue Jul 10 11:08:33 EDT 2007


    Date: Tuesday, July 10, 2007 @ 11:08:33
  Author: dan
    Path: /home/cvs-pacman/pacman-lib

Modified: configure.ac (1.42 -> 1.43)

backport fix for FS 7578


--------------+
 configure.ac |    3 +++
 1 file changed, 3 insertions(+)


Index: pacman-lib/configure.ac
diff -u pacman-lib/configure.ac:1.42 pacman-lib/configure.ac:1.43
--- pacman-lib/configure.ac:1.42	Sun Jun 17 20:15:36 2007
+++ pacman-lib/configure.ac	Tue Jul 10 11:08:33 2007
@@ -148,6 +148,9 @@
     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




More information about the pacman-dev mailing list