Fix a logic bug in the FreeBSD getpages VOP
[zfs.git] / config / user-libaio.m4
blob95c144d76b4fac72665186ec024601ce2bc2ec89
1 dnl #
2 dnl # Check for libaio - only used for libaiot 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 ])