diff options
author | Karel Zak <kzak@redhat.com> | 2009-08-17 17:40:04 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-08-17 17:44:59 +0200 |
commit | 98c7944b52c54c86fb5b9d73fbead9442bfa0e30 (patch) | |
tree | e483b1126e66350b2cc6a7b3f4d205706a0335ce /configure.ac | |
parent | d5ea216bf6a5f294984b56da51fc3e09e822247d (diff) | |
download | util-linux-old-98c7944b52c54c86fb5b9d73fbead9442bfa0e30.tar.gz |
mount: clean up mount.8
* use "filesystem" everywhere (currently, the mount.8 man page is inconsistent
and uses "file system" and "filesystem")
* fix "The extN" to "The extN filesystem" (reported by Theodore Tso)
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8999826a..aa4fc20d 100644 --- a/configure.ac +++ b/configure.ac @@ -554,6 +554,9 @@ 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> |