]> git.proxmox.com Git - mirror_zfs.git/blob - config/user-libaio.m4
Fix up FIND_SYSTEM_LIBRARY to work with cross-compiling
[mirror_zfs.git] / config / user-libaio.m4
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 ])