diff options
author | наб <[email protected]> | 2022-03-28 19:24:22 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-28 10:24:22 -0700 |
commit | bc3f12bfac152a0c28951cec92340ba14f9ccee9 (patch) | |
tree | eb291c1f295ca38dbbc3a70185186e4cdb3b795f /config/user.m4 | |
parent | b61595ff86fb708aa6e22818f36cea3d346f8241 (diff) |
config: user: check for <aio.h>
And always zpool_read_label_slow() on non-conformant libcs
Reviewed-by: Brian Behlendorf <[email protected]>
Co-authored-by: José Luis Salvador Rufo <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13207
Closes #13254
Diffstat (limited to 'config/user.m4')
-rw-r--r-- | config/user.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/user.m4 b/config/user.m4 index 670820b37..f450af47e 100644 --- a/config/user.m4 +++ b/config/user.m4 @@ -23,6 +23,7 @@ AC_DEFUN([ZFS_AC_CONFIG_USER], [ ZFS_AC_CONFIG_USER_LIBAIO ZFS_AC_CONFIG_USER_LIBATOMIC ZFS_AC_CONFIG_USER_LIBFETCH + ZFS_AC_CONFIG_USER_AIO_H ZFS_AC_CONFIG_USER_CLOCK_GETTIME ZFS_AC_CONFIG_USER_PAM ZFS_AC_CONFIG_USER_RUNSTATEDIR |