1
0
mirror of https://git.proxmox.com/git/mirror_zfs.git synced 2025-02-17 21:01:08 +03:00
mirror_zfs/config/user-sysvinit.m4

9 lines
215 B
Plaintext
Raw Normal View History

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
])