summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2007-12-07 01:56:06 +0100
committerKarel Zak2007-12-17 10:06:20 +0100
commitfc7aeb09d4b45b53e6c6a277157aee8674bf400c (patch)
treebaffd818f752a7cd52d40604c82989360b3eed45 /configure.ac
parentmount: hint about helper program if device doesn't exist (diff)
downloadkernel-qcow2-util-linux-fc7aeb09d4b45b53e6c6a277157aee8674bf400c.tar.gz
kernel-qcow2-util-linux-fc7aeb09d4b45b53e6c6a277157aee8674bf400c.tar.xz
kernel-qcow2-util-linux-fc7aeb09d4b45b53e6c6a277157aee8674bf400c.zip
tailf: inotify based reimplementation
This patch: - clean up tailf(1) code - remove stupid "for() { malloc() }" array allocation in the tailf() function - add inotify(7) support Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e38c5019d..ca1c525f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,6 +61,7 @@ AC_CHECK_FUNCS(
personality \
updwtmp \
lchown \
+ inotify_init \
rpmatch])
AC_FUNC_FSEEKO