]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: remove --enable-libmount-support-mtab
authorKarel Zak <kzak@redhat.com>
Tue, 22 Nov 2022 10:46:20 +0000 (11:46 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2023 11:58:42 +0000 (12:58 +0100)
It's already removed from code, let's remove it from configure too.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index 6406f4d22e2d619dc9ed282213d3b74322f0c799..c7f0bf972e69db89fffe8e71c03fe49090014d9f 100644 (file)
@@ -1205,11 +1205,6 @@ AC_SUBST([LIBMOUNT_PATCH_VERSION], $PACKAGE_VERSION_RELEASE)
 AC_SUBST([LIBMOUNT_VERSION_INFO])
 AC_DEFINE_UNQUOTED([LIBMOUNT_VERSION], ["$LIBMOUNT_VERSION"], [libmount version string])
 
-AC_ARG_ENABLE([libmount-support-mtab],
-  AS_HELP_STRING([--enable-libmount-support-mtab], [support /etc/mtab (default is use /proc/self/mountinfo)]),
-  [], [enable_libmount_support_mtab=no]
-)
-
 AC_ARG_ENABLE([libmount-mountfd-support],
   AS_HELP_STRING([--disable-libmount-mountfd-support], [do not use new mount API based on FDs]),
   [], [enable_libmount_mountfd_support=check]