1
0
mirror of https://git.proxmox.com/git/mirror_zfs.git synced 2025-02-17 12:51:09 +03:00
mirror_zfs/config/user-libaio.m4

7 lines
222 B
Plaintext
Raw Normal View History

dnl #
dnl # Check for libaio - only used for mmap_libaio test cases.
dnl #
AC_DEFUN([ZFS_AC_CONFIG_USER_LIBAIO], [
ZFS_AC_FIND_SYSTEM_LIBRARY(LIBAIO, [], [libaio.h], [], [aio], [], [user_libaio=yes], [user_libaio=no])
])