repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix a logic bug in the FreeBSD getpages VOP
[zfs.git]
/
config
/
user-libaio.m4
blob
95c144d76b4fac72665186ec024601ce2bc2ec89
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
])