From ddd2aaff15bd8c90824fd346e60912d59e2f7e07 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 9 Jun 2005 21:09:41 +0000 Subject: [PATCH] large files support git-svn-id: http://ltt.polymtl.ca/svn@944 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 1f825bbf..126bfe58 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -31,6 +31,8 @@ AM_PATH_GLIB_2_0(2.4.0, ,AC_MSG_ERROR([glib is required in order to compile Linu AM_PATH_GTK_2_0(2.4.0, ,AC_MSG_ERROR([gtk is required in order to compile GUI - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule) +AC_SYS_LARGEFILE + # Checks for programs. AC_PROG_CC -- 2.34.1