diff options
author | OBATA Akio <obache@wizdas.com> | 2019-01-14 18:46:42 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-20 03:54:14 +0100 |
commit | 11291f5649ad89bc776b2a332ad763405501bd1f (patch) | |
tree | 9574cf3452f828f2cff0b5e55cc2b4c8bee5977a /configure.in.in | |
parent | a0a9f72ddb0d53cbc335db46acb20fd09b5d3c76 (diff) | |
download | tdeaccessibility-11291f5649ad89bc776b2a332ad763405501bd1f.tar.gz tdeaccessibility-11291f5649ad89bc776b2a332ad763405501bd1f.zip |
change large file support to more portable
It is not portable to use lseek64/off64_t directly.
Change to set large file support macro and use usual names.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 12ef306abc066e67042c539f7438f37c120a1be8)
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in index 18ade89..2cff85e 100644 --- a/configure.in.in +++ b/configure.in.in @@ -2,6 +2,7 @@ AM_INIT_AUTOMAKE(tdeaccessibility,1.0.0) KDE_ENABLE_HIDDEN_VISIBILITY +KDE_CHECK_LARGEFILE AC_CHECK_SETENV AC_CHECK_UNSETENV |