aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/config/user-sysvinit.m4
blob: cf3c8129f0d232cb1ef3100d8bd7c3ecde414511 (plain) (blame)
1
2
3
4
5
6
7
8
AC_DEFUN([ZFS_AC_CONFIG_USER_SYSVINIT], [
	AC_ARG_ENABLE(sysvinit,
		AS_HELP_STRING([--enable-sysvinit],
		[install SysV init scripts [default: yes]]),
		[], enable_sysvinit=yes)

	ZFS_INIT_SYSV=$enable_sysvinit
])