summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2014-03-05 13:19:19 +0100
committerKarel Zak2014-03-05 13:19:19 +0100
commit65acdc8734535b7ad59363bfd4d54542c8451f23 (patch)
tree900da7ef4206e4c7b83446d2183e62f198a6b5e4 /configure.ac
parenthwclock: fix possible hang and other set_hardware_clock_exact() issues (diff)
downloadkernel-qcow2-util-linux-65acdc8734535b7ad59363bfd4d54542c8451f23.tar.gz
kernel-qcow2-util-linux-65acdc8734535b7ad59363bfd4d54542c8451f23.tar.xz
kernel-qcow2-util-linux-65acdc8734535b7ad59363bfd4d54542c8451f23.zip
build-sys: remove deprecated-mount/
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 2e47bacab..59830e71f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -791,23 +791,12 @@ UL_REQUIRES_BUILD([fdisk], [libfdisk])
AM_CONDITIONAL([BUILD_FDISK], [test "x$build_fdisk" = xyes])
-AC_ARG_ENABLE([deprecated-mount],
- AS_HELP_STRING([--enable-deprecated-mount], [build old mount utilities]),
- [], [enable_deprecated_mount=no]
-)
-UL_BUILD_INIT([deprecated_mount])
-UL_REQUIRES_LINUX([deprecated_mount])
-UL_REQUIRES_BUILD([deprecated_mount], [libblkid])
-AM_CONDITIONAL([BUILD_DEPRECATED_MOUNT], [test "x$build_deprecated_mount" = xyes])
-
-
AC_ARG_ENABLE([mount],
AS_HELP_STRING([--disable-mount], [do not build mount(8) and umount(8)]),
[], [enable_mount=check]
)
UL_BUILD_INIT([mount])
UL_REQUIRES_BUILD([mount], [libmount])
-UL_CONFLICTS_BUILD([mount], [deprecated_mount], [old deprecated mount version])
AM_CONDITIONAL([BUILD_MOUNT], [test "x$build_mount" = xyes])