[evolution-data-server] Enable largefile support by default.



commit bdf21ed35f0c8a44dc8bcb40f10b5e913aeed64e
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Aug 6 15:44:16 2010 -0400

    Enable largefile support by default.
    
    Now that we only expose 64-bit offset values in Camel's public API,
    this should be safe to enable by default.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4560f77..44d6db8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1282,9 +1282,9 @@ dnl ******************************
 AC_ARG_ENABLE([largefile],
 	AS_HELP_STRING([--enable-largefile],
 	[enable support for large files [[default=no]]]),
-	[],[enable_largefile="no"])
+	[],[enable_largefile="yes"])
 
-if test "x$enable_largefile" != "xno"; then
+if test "x$enable_largefile" != "xyes"; then
 	AC_SYS_LARGEFILE
 	AC_CACHE_CHECK([for _LARGEFILE64_SOURCE value needed for large files], [ac_cv_largefile64_source],
 	[AC_COMPILE_IFELSE([AC_LANG_PROGRAM(



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]