summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 73dc190..e64d993 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -294,7 +294,7 @@ Configure::Configure(int& argc, char** argv)
dictionary[ "QPA" ] = "no";
dictionary[ "NIS" ] = "no";
dictionary[ "NEON" ] = "no";
- dictionary[ "LARGE_FILE" ] = "no";
+ dictionary[ "LARGE_FILE" ] = "yes";
dictionary[ "LITTLE_ENDIAN" ] = "yes";
dictionary[ "FONT_CONFIG" ] = "no";
dictionary[ "POSIX_IPC" ] = "no";