diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/configure/configureapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 73dc190645..e64d993e66 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"; |