From a9ba92740670ddbbcb0c68f80ad1a18cf2ff0598 Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Thu, 21 Jun 2012 23:33:07 +0300 Subject: Avoid macro re-definition after 1838a6c2fb5e3b4368c871aa330d028b255b83af Change-Id: I2631ff687881278ba42edacd237a2130c103b69f Reviewed-by: Oswald Buddenhagen Reviewed-by: Rafael Roquetto --- tools/configure/configureapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure/configureapp.cpp') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index da85691746..f38ee50032 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -233,7 +233,7 @@ Configure::Configure(int& argc, char** argv) dictionary[ "DIRECTWRITE" ] = "no"; dictionary[ "NIS" ] = "no"; dictionary[ "NEON" ] = "no"; - dictionary[ "LARGE_FILE" ] = "no"; + dictionary[ "LARGE_FILE" ] = "yes"; dictionary[ "FONT_CONFIG" ] = "no"; dictionary[ "POSIX_IPC" ] = "no"; dictionary[ "QT_GLIB" ] = "no"; -- cgit v1.2.3