zfs-builds-mm/zfs-2.0.0-rc6/config/user-libaio.m4

7 lines
218 B
Plaintext
Raw Permalink Normal View History

2020-11-15 11:35:49 +01:00
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])
])