diff options
author | Karel Zak <kzak@redhat.com> | 2009-08-18 10:53:15 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-08-18 10:53:15 +0200 |
commit | 8fb94e0d97f5a95553eeb149158af02031c1a058 (patch) | |
tree | 41d2fe65ca6b213cb2d8eca870425df7723dd268 /configure.ac | |
parent | 98c7944b52c54c86fb5b9d73fbead9442bfa0e30 (diff) | |
download | util-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.ac | 3 |
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> |