summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2007-05-17 20:16:25 +0200
committerKarel Zak2007-05-18 13:09:12 +0200
commit3f5bda012d51a2935c3f2ce909c9080e4e3217c1 (patch)
treedec49fc8e463b74b7cdb46574fb5894c09474eac /configure.ac
parenttests: code refactoring -- new ts_udev_loop_support function (diff)
downloadkernel-qcow2-util-linux-3f5bda012d51a2935c3f2ce909c9080e4e3217c1.tar.gz
kernel-qcow2-util-linux-3f5bda012d51a2935c3f2ce909c9080e4e3217c1.tar.xz
kernel-qcow2-util-linux-3f5bda012d51a2935c3f2ce909c9080e4e3217c1.zip
tests: add functions for label, uuid and fstype detection
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 983ceab32..68ff7b01f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,8 @@ AC_GNU_SOURCE
AC_PROG_LIBTOOL
AC_PATH_PROG(PERL, perl)
+AC_PATH_PROG(BLKID, blkid, [], [$PATH:/sbin])
+AC_PATH_PROG(VOLID, vol_id, [], [$PATH:/lib/udev])
AC_SYS_LARGEFILE