Add BuildRequires gcc, make, elfutils-libelf-devel
[zfs.git] / config / user-libaio.m4
blobd7a7cb508df80196eb2037d8442e12a9391ee172
1 dnl #
2 dnl # Check for libaio - only used for libaiot test cases.
3 dnl #
4 AC_DEFUN([ZFS_AC_CONFIG_USER_LIBAIO], [
5         LIBAIO=
7         AC_CHECK_HEADER([libaio.h], [
8             user_libaio=yes
9             AC_SUBST([LIBAIO], ["-laio"])
10             AC_DEFINE([HAVE_LIBAIO], 1, [Define if you have libaio])
11         ], [
12             user_libaio=no
13         ])