]> git.proxmox.com Git - mirror_zfs.git/blame - config/mount-helper.m4
Don't assume pthread_t is uint_t for portability
[mirror_zfs.git] / config / mount-helper.m4
CommitLineData
60e9f69c
RY
1AC_DEFUN([ZFS_AC_CONFIG_USER_MOUNT_HELPER], [
2 AC_ARG_WITH(mounthelperdir,
3 AC_HELP_STRING([--with-mounthelperdir=DIR],
4 [install mount.zfs in dir [[/sbin]]]),
01fcbec5 5 mounthelperdir=$withval,mounthelperdir=/sbin)
60e9f69c
RY
6
7 AC_SUBST(mounthelperdir)
8])