summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2009-11-26 17:45:01 +0100
committerKarel Zak2010-06-03 15:20:10 +0200
commit69b7e41e999bbe8ac7402cd958bb3d4ba1d2e6fb (patch)
treebde5b2a6508c2570ad7b69d2b2bf43fbc072b175 /configure.ac
parentlibmount: add version.c (diff)
downloadkernel-qcow2-util-linux-69b7e41e999bbe8ac7402cd958bb3d4ba1d2e6fb.tar.gz
kernel-qcow2-util-linux-69b7e41e999bbe8ac7402cd958bb3d4ba1d2e6fb.tar.xz
kernel-qcow2-util-linux-69b7e41e999bbe8ac7402cd958bb3d4ba1d2e6fb.zip
libmount: add basic utils
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index af92980ec..117564098 100644
--- a/configure.ac
+++ b/configure.ac
@@ -188,6 +188,9 @@ AC_CHECK_FUNCS(
srandom \
setresgid \
setresuid \
+ strndup \
+ strnlen \
+ strnchr \
inotify_init \
prctl \
posix_fadvise \