diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2022-11-24 20:31:34 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2022-12-05 15:14:43 +0100 |
commit | 089cbd1023f4cb7b7495362152f1583fd615ff71 (patch) | |
tree | 5582dbdad5db85044e0b44079174b99bb3a0ebf4 /configure.ac | |
parent | doc/reference: make effect of missing ACL "address" and "key" items clear (diff) | |
download | knot-089cbd1023f4cb7b7495362152f1583fd615ff71.tar.xz knot-089cbd1023f4cb7b7495362152f1583fd615ff71.zip |
zonedb: reload changed catalog members only (reuse otherwise), refactoring
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 43b8b8217..8fecd828a 100644 --- a/configure.ac +++ b/configure.ac @@ -712,7 +712,7 @@ LIBS="$save_LIBS" # Checks for header files. AC_HEADER_RESOLV -AC_CHECK_HEADERS_ONCE([pthread_np.h sys/uio.h bsd/string.h]) +AC_CHECK_HEADERS_ONCE([pthread_np.h stdatomic.h sys/uio.h bsd/string.h]) # Checks for optional library functions. AC_CHECK_FUNCS([accept4 clock_gettime fgetln getline initgroups malloc_trim \ |