summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-05-15 21:43:03 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2018-05-15 22:02:41 +0200
commitad756bb7083743b612d3fc66b268b605576f448a (patch)
treea78df7bd3ff2a4ee30d248c99c24f5ad0afb831b /include
parentc1abcee1424022b308fa265037af5826ae2af82d (diff)
downloadlvm2-ad756bb7083743b612d3fc66b268b605576f448a.tar.gz
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.
Diffstat (limited to 'include')
-rw-r--r--include/configure.h.in3
1 files changed, 3 insertions, 0 deletions
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 <langinfo.h> header file. */
#undef HAVE_LANGINFO_H
+/* Define to 1 if you have the <libaio.h> header file. */
+#undef HAVE_LIBAIO_H
+
/* Define to 1 if you have the <libcman.h> header file. */
#undef HAVE_LIBCMAN_H