From 34538391a3fdda6ec72ef607ebf59f478238b193 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 27 Jan 2006 08:28:53 +0000 Subject: [PATCH] Forward port: Use KDE_CHECK_LARGEFILE instead svn path=/trunk/playground/graphics/oKular/kpdf/; revision=502744 --- configure.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in.in b/configure.in.in index 1ec9408f5..ad053ceea 100644 --- a/configure.in.in +++ b/configure.in.in @@ -66,7 +66,7 @@ if test "$xpdfrc" != NO; then fi dnl #### Check for FSEEK variants -AC_SYS_LARGEFILE +KDE_CHECK_LARGEFILE AC_FUNC_FSEEKO AC_CHECK_FUNCS(fseek64, xpdf_cv_func_fseek64=yes, xpdf_cv_func_fseek64=no) AC_CHECK_FUNCS(ftell64, xpdf_cv_func_ftell64=yes, xpdf_cv_func_ftell64=no)