]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - config/mount-helper.m4
Imported Upstream version 0.6.5.3
[mirror_zfs-debian.git] / config / mount-helper.m4
index ad494f1e57e85ac929c3b6ece68664ce059639a7..0a6c7670840bea920a10865d1de0ae874336705d 100644 (file)
@@ -2,7 +2,7 @@ AC_DEFUN([ZFS_AC_CONFIG_USER_MOUNT_HELPER], [
        AC_ARG_WITH(mounthelperdir,
                AC_HELP_STRING([--with-mounthelperdir=DIR],
                [install mount.zfs in dir [[/sbin]]]),
-               mounthelperdir=$withval,mounthelperdir=$sbindir)
+               mounthelperdir=$withval,mounthelperdir=/sbin)
 
        AC_SUBST(mounthelperdir)
 ])