changeset 1583:c431fa9e2876

Use AC_SYS_LARGEFILE in configure.ac
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Oct 2009 16:58:04 +0200
parents b5861a0fcd30
children 18069a9dca4a
files mcabber/configure.ac
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/configure.ac	Mon Apr 20 19:58:06 2009 +0200
+++ b/mcabber/configure.ac	Sun Oct 04 16:58:04 2009 +0200
@@ -29,6 +29,8 @@
     fi
 fi
 
+AC_SYS_LARGEFILE
+
 # Checks for header files.
 AC_HEADER_STDC
 AC_CHECK_HEADERS([arpa/inet.h fcntl.h locale.h netdb.h netinet/in.h stddef.h \