diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a5fc3a5..fbef15c 100644 --- a/configure.ac +++ b/configure.ac @@ -149,7 +149,7 @@ AM_COND_IF([WITHOUT_LZO], [], [ test "${have_lzo}" != "yes" && AC_MSG_ERROR([lzo missing]) ]) -AC_CHECK_SIZEOF([long]) +AC_CHECK_SIZEOF([off_t]) AC_CHECK_SIZEOF([loff_t]) |