From 12ef306abc066e67042c539f7438f37c120a1be8 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Mon, 14 Jan 2019 18:46:42 +0900 Subject: 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 --- configure.in.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in.in') 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 -- cgit v1.2.3