mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
Forward port: Use KDE_CHECK_LARGEFILE instead
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=502744
This commit is contained in:
parent
2425a7639a
commit
34538391a3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue