summaryrefslogtreecommitdiffstats
path: root/main/rrdtool/no-posix-fallocate.patch
blob: c34c5a1871f913bd653fb83762283495d5e3f269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- rrdtool-1.4.8.orig/configure.ac
+++ rrdtool-1.4.8/configure.ac
@@ -280,9 +280,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)