Forward port: Use KDE_CHECK_LARGEFILE instead

svn path=/trunk/playground/graphics/oKular/kpdf/; revision=502744
This commit is contained in:
Thiago Macieira 2006-01-27 08:28:53 +00:00
parent 2425a7639a
commit 34538391a3

View file

@ -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)