summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2012-03-06 12:36:03 +0100
committerKarel Zak2012-03-20 11:22:09 +0100
commita7b585eac373f2b4322569b4c5deba0c4778c220 (patch)
tree148e8e3ec5cc2cfc50324a9ece5a96c3294fddb3 /configure.ac
parentfsck: coding stype fixes (calloc, err, ...) (diff)
downloadkernel-qcow2-util-linux-a7b585eac373f2b4322569b4c5deba0c4778c220.tar.gz
kernel-qcow2-util-linux-a7b585eac373f2b4322569b4c5deba0c4778c220.tar.xz
kernel-qcow2-util-linux-a7b585eac373f2b4322569b4c5deba0c4778c220.zip
fsck: move to disk-utils directory
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0ae5b767d..2140bc596 100644
--- a/configure.ac
+++ b/configure.ac
@@ -744,7 +744,7 @@ AC_ARG_ENABLE([fsck],
[], enable_fsck=check
)
UL_BUILD_INIT([fsck])
-UL_REQUIRES_BUILD([fsck], [libblkid])
+UL_REQUIRES_BUILD([fsck], [libmount])
AM_CONDITIONAL(BUILD_FSCK, test "x$build_fsck" = xyes)
@@ -1196,7 +1196,6 @@ AC_CONFIG_FILES([
Makefile
disk-utils/Makefile
fdisk/Makefile
-fsck/Makefile
getopt/Makefile
hwclock/Makefile
include/Makefile