mirror of
https://github.com/openzfs/zfs.git
synced 2025-10-01 19:56:28 +00:00
12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
dnl #
|
|
dnl # Default ZFS user configuration
|
|
dnl #
|
|
AC_DEFUN([ZFS_AC_CONFIG_USER], [
|
|
ZFS_AC_CONFIG_USER_ARCH
|
|
ZFS_AC_CONFIG_USER_LIBSHARE
|
|
ZFS_AC_CONFIG_USER_IOCTL
|
|
ZFS_AC_CONFIG_USER_ZLIB
|
|
ZFS_AC_CONFIG_USER_LIBUUID
|
|
ZFS_AC_CONFIG_USER_LIBBLKID
|
|
])
|