Files
apfstests/m4/package_aiodev.m4
T
Nathan Scott 2446ccc509 Add AIO test 113 into the mix, enable AIO testing capability in local fsx.
Merge of master-melb:xfs-cmds:21487a by kenmcd.
2005-02-14 13:52:05 +00:00

5 lines
130 B
Plaintext

AC_DEFUN([AC_PACKAGE_WANT_AIO],
[ AC_CHECK_HEADERS(libaio.h, [ have_aio=true ], [ have_aio=false ])
AC_SUBST(have_aio)
])