Tag 2.2.0-rc4
[zfs.git] / config / user-libaio.m4
blob8009bd11b3e6062211610e779f048674eb605cf3
1 dnl #
2 dnl # Check for libaio - only used for mmap_libaio test cases.
3 dnl #
4 AC_DEFUN([ZFS_AC_CONFIG_USER_LIBAIO], [
5         ZFS_AC_FIND_SYSTEM_LIBRARY(LIBAIO, [], [libaio.h], [], [aio], [], [user_libaio=yes], [user_libaio=no])
6 ])