eina: better fix for large file.

SVN revision: 57627
This commit is contained in:
Cedric BAIL 2011-03-09 14:59:48 +00:00
parent fc2aaf9935
commit b5e8b3d28f
2 changed files with 1 additions and 3 deletions

View File

@ -36,6 +36,7 @@ AM_INIT_AUTOMAKE([1.6 dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_GNU_SOURCE
AC_SYS_LARGEFILE
AC_LIBTOOL_WIN32_DLL
define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl

View File

@ -21,9 +21,6 @@
# include "config.h"
#endif
#undef _FILE_OFFSET_BITS
#define _FILE_OFFSET_BITS 64
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#elif defined __GNUC__