From ad756bb7083743b612d3fc66b268b605576f448a Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 15 May 2018 21:43:03 +0200 Subject: build: configure detect libaio No point to start building lvm without this header file. Although there could be 'some point' in supporting standalone build of 'just' libdm where the libaio might be avoided. TODO: think about configure option for building libdm only. --- include/configure.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/configure.h.in b/include/configure.h.in index 66cc27caf..15fd150ed 100644 --- a/include/configure.h.in +++ b/include/configure.h.in @@ -245,6 +245,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LANGINFO_H +/* Define to 1 if you have the header file. */ +#undef HAVE_LIBAIO_H + /* Define to 1 if you have the header file. */ #undef HAVE_LIBCMAN_H -- cgit v1.2.1