From: Marc Kleine-Budde Date: Wed, 26 Feb 2014 18:10:11 +0000 (+0100) Subject: configure: add checks for large file support (LFS) X-Git-Url: https://rtime.felk.cvut.cz/gitweb/can-utils.git/commitdiff_plain/7720e304fb6d02ca4ef051cf4854945573f0e10c configure: add checks for large file support (LFS) Signed-off-by: Marc Kleine-Budde --- diff --git a/configure.ac b/configure.ac index 0a24e1a..2fa16ce 100644 --- a/configure.ac +++ b/configure.ac @@ -54,6 +54,8 @@ AC_CHECK_HEADERS([ \ # Checks for typedefs, structures, and compiler characteristics. # AC_C_INLINE +AC_SYS_LARGEFILE +AC_TYPE_OFF_T AC_TYPE_PID_T AC_TYPE_UINT64_T