X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fconfigure.ac;h=7fe70bcdca18331bc5c2b11102c9823ebac5365d;hb=4ccc433f236e347e6d9997181effc3cc9d32ff62;hp=b789a52f48ccf29d8acc5d2112cbbf39433fa88d;hpb=18d19f96c74adfb1704345053a14cbe5af88313e;p=rrdtool-all.git diff --git a/program/configure.ac b/program/configure.ac index b789a52f..7fe70bcd 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -281,6 +281,9 @@ AC_CHECK_DECLS(posix_fadvise, [], [], [#define _XOPEN_SOURCE 600 #include ]) AC_CHECK_FUNCS(posix_fadvise) +dnl can we use posix_fallocate +AC_CHECK_FUNCS(posix_fallocate) + CONFIGURE_PART(Libintl Processing) AM_GNU_GETTEXT_VERSION(0.17)