Add BuildRequires gcc, make, elfutils-libelf-devel
[zfs.git] / config / mount-helper.m4
blob0a6c7670840bea920a10865d1de0ae874336705d
1 AC_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]]]),
5                 mounthelperdir=$withval,mounthelperdir=/sbin)
7         AC_SUBST(mounthelperdir)
8 ])