From fb4dc6acb4c69c5193c4eb7fabfe6e5daa0d27df Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 20 Mar 2013 17:10:39 +0100 Subject: [PATCH] build with large-file support for stat64 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index cd1afa3..467fc1a 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ AC_PROG_CC AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_GREP +AC_SYS_LARGEFILE # Are we using GNU ld? AC_MSG_CHECKING([for GNU ld]) -- 2.47.2