mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
5 lines
130 B
Plaintext
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)
|
||
|
|
])
|