aboutsummaryrefslogtreecommitdiffstats
path: root/config/user-libaio.m4
blob: 95c144d76b4fac72665186ec024601ce2bc2ec89 (plain)
1
2
3
4
5
6
dnl #
dnl # Check for libaio - only used for libaiot 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])
])