aboutsummaryrefslogtreecommitdiffstats
path: root/main/rrdtool/no-posix-fallocate.patch
blob: 975aaa3a6f8518610ffb66f83db27258b353197d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/configure.ac
+++ b/configure.ac
@@ -316,9 +316,6 @@
 #include <fcntl.h>])
 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)