summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2009-05-19 14:17:18 +0200
committerKarel Zak2009-05-22 10:06:16 +0200
commit6c2a09b3e65b9fad67087577a9c86377f3f3b98b (patch)
tree70db640f3bd04d54129d40b7460cd04c86016053 /configure.ac
parentbuild-sys: add --disable-libblkid, remove volume_id support (diff)
downloadkernel-qcow2-util-linux-6c2a09b3e65b9fad67087577a9c86377f3f3b98b.tar.gz
kernel-qcow2-util-linux-6c2a09b3e65b9fad67087577a9c86377f3f3b98b.tar.xz
kernel-qcow2-util-linux-6c2a09b3e65b9fad67087577a9c86377f3f3b98b.zip
build-sys: enable fsck by default
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 922b86475..92f40d49c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,8 +228,8 @@ AM_CONDITIONAL(BUILD_MOUNT, test "x$build_mount" = xyes)
AC_ARG_ENABLE([fsck],
- AS_HELP_STRING([--enable-fsck], [do build fsck]),
- [], enable_fsck=no
+ AS_HELP_STRING([--disable-fsck], [do not build fsck]),
+ [], enable_fsck=yes
)
AM_CONDITIONAL(BUILD_FSCK, test "x$enable_fsck" = xyes)