aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2011-01-31 16:22:41 +0100
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2011-01-31 16:33:22 +0100
commitcbd3a2a84068aae6e3fe32939d88470d712dbf47 (patch)
treea7e22ac017fb90072b78e78f9c2aaf0957a4855e /configure.in
parent1e7607ff89c65b005f69e27aeb1649d624099873 (diff)
fusermount: only allow mount and umount if util-linux suppports --no-canonicalize
Remove "legacy" util-linux support as missing --no-canonicalize cannot be worked around in fuse.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 7487fb6..47bb206 100644
--- a/configure.in
+++ b/configure.in
@@ -33,8 +33,6 @@ AC_ARG_ENABLE(example,
[ --enable-example Compile with examples ])
AC_ARG_ENABLE(mtab,
[ --disable-mtab Disable and ignore usage of /etc/mtab ])
-AC_ARG_ENABLE(legacy-umount,
- [ --disable-legacy-umount If umount(8) is util-linux-ng >= 2.18 ])
AC_ARG_WITH(pkgconfigdir,
[ --with-pkgconfigdir=DIR pkgconfig file in DIR @<:@LIBDIR/pkgconfig@:>@],
@@ -57,10 +55,6 @@ if test "$enable_mtab" = "no"; then
AC_DEFINE(IGNORE_MTAB, 1, [Don't update /etc/mtab])
fi
-if test "$enable_legacy_umount" != "no"; then
- AC_DEFINE(LEGACY_UMOUNT, 1, [Enable legacy umount support])
-fi
-
AC_CHECK_FUNCS([fork setxattr fdatasync])
AC_CHECK_MEMBERS([struct stat.st_atim])
AC_CHECK_MEMBERS([struct stat.st_atimespec])