summaryrefslogtreecommitdiff
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ed0080954..ce70d92a5 100755
--- a/configure
+++ b/configure
@@ -6141,7 +6141,7 @@ fi
for ac_header in assert.h ctype.h dirent.h errno.h fcntl.h float.h \
- getopt.h inttypes.h langinfo.h libgen.h limits.h locale.h paths.h \
+ getopt.h inttypes.h langinfo.h libaio.h libgen.h limits.h locale.h paths.h \
signal.h stdarg.h stddef.h stdio.h stdlib.h string.h sys/file.h \
sys/ioctl.h syslog.h sys/mman.h sys/param.h sys/resource.h sys/stat.h \
sys/time.h sys/types.h sys/utsname.h sys/wait.h time.h \