[LTP] [PATCH 1/4] configure.ac: Add check for aio_abi.h

Richard Palethorpe rpalethorpe@suse.com
Tue Jul 18 09:33:16 CEST 2017


Not all aio tests need aiolib, sometimes aio_abi.h is good enough if it exists.

Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 658003972..a5032bf42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,7 @@ AC_CHECK_HEADERS([ \
     mm.h \
     pthread.h \
     sys/xattr.h \
+    linux/aio_abi.h \
     linux/genetlink.h \
     linux/mempolicy.h \
     linux/module.h \
-- 
2.13.2



More information about the ltp mailing list