large files support
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 9 Jun 2005 21:09:41 +0000 (21:09 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 9 Jun 2005 21:09:41 +0000 (21:09 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@944 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/configure.in

index 1f825bbf2b75833359dc3f88a400577be403bc2d..126bfe5804de5d092560124f9b2028d1983cc3bc 100644 (file)
@@ -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
 
This page took 0.02465 seconds and 4 git commands to generate.