summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2012-05-30 17:36:44 +0200
committerKarel Zak2012-06-26 20:48:22 +0200
commit14a0cafb928e4292a750e9dc69b10072c79d84c1 (patch)
tree26c9f947d8365278ec588375c86e483cb7dbdb27 /configure.ac
parentbuild-sys: default to new sys-utils/mount.c, add --enable-deprecated-mount (diff)
downloadkernel-qcow2-util-linux-14a0cafb928e4292a750e9dc69b10072c79d84c1.tar.gz
kernel-qcow2-util-linux-14a0cafb928e4292a750e9dc69b10072c79d84c1.tar.xz
kernel-qcow2-util-linux-14a0cafb928e4292a750e9dc69b10072c79d84c1.zip
mount: (old) remove hybrid libmount code
The hybrid version with old mount and new mtab management from libmount is not more supported. Only two versions are supported: 1/ old mount in mount-deprecated/, --enable-deprecated-mount 2/ new sys-utils/mount.c, enabled by default Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 24b30bf66..adb5758e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -739,19 +739,6 @@ UL_REQUIRES_LINUX([losetup])
AM_CONDITIONAL(BUILD_LOSETUP, test "x$build_losetup" = xyes)
-AC_ARG_ENABLE([libmount-mount],
- AS_HELP_STRING([--enable-libmount-mount], [link old mount(8) with libmount]),
- [], enable_libmount_mount=no
-)
-UL_BUILD_INIT([libmount_mount])
-UL_REQUIRES_BUILD([libmount_mount], [mount])
-UL_REQUIRES_BUILD([libmount_mount], [libmount])
-if test "x$build_libmount_mount" = xyes; then
- AC_DEFINE(HAVE_LIBMOUNT_MOUNT, 1, [use libmount for mount(8)])
-fi
-AM_CONDITIONAL(BUILD_LIBMOUNT_MOUNT, test "x$build_libmount_mount" = xyes)
-
-
AC_ARG_ENABLE([mount],
AS_HELP_STRING([--disable-mount], [do not build mount(8) and umount(8)]),
[], enable_mount=check