From: Karel Zak Date: Tue, 22 Nov 2022 10:46:20 +0000 (+0100) Subject: build-sys: remove --enable-libmount-support-mtab X-Git-Tag: v2.39-rc1~228 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=144125b9dabfedcf3c0d35d6963996e83216bf65;p=thirdparty%2Futil-linux.git build-sys: remove --enable-libmount-support-mtab It's already removed from code, let's remove it from configure too. Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index 6406f4d22e..c7f0bf972e 100644 --- a/configure.ac +++ b/configure.ac @@ -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]