summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2009-08-18 10:53:15 +0200
committerKarel Zak <kzak@redhat.com>2009-08-18 10:53:15 +0200
commit8fb94e0d97f5a95553eeb149158af02031c1a058 (patch)
tree41d2fe65ca6b213cb2d8eca870425df7723dd268 /configure.ac
parent98c7944b52c54c86fb5b9d73fbead9442bfa0e30 (diff)
downloadutil-linux-old-8fb94e0d97f5a95553eeb149158af02031c1a058.tar.gz
Revert "mount: clean up mount.8"
This reverts commit 98c7944b52c54c86fb5b9d73fbead9442bfa0e30. Unfortunately, the patch has been committed by "git commit -a" and includes unwanted changes in configure.ac and sys-utils/Makefile.am... Sorry.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index aa4fc20d..8999826a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -554,9 +554,6 @@ UTIL_CHECK_SYSCALL([ioprio_get],
[sh*], [289],
[x86_64*], [252])
-dnl Old versions of glib don't provide fallocate(2)
-UTIL_CHECK_SYSCALL([fallocate])
-AC_CHECK_FUNC([fallocate])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
#include <time.h>