diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-02-28T12·59+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-02-28T12·59+0100 |
commit | fd86dd93dd44a826235feb0fd82aabcdaa79a65b (patch) | |
tree | eae160a900df505d78f7094d2b7b92aa409ea10c /configure.ac | |
parent | 34b12bad597a5d9f67408bebefc1bcb65c27bc4a (diff) |
Improve SQLite busy handling
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 e6b11be2df19..46b0ac0651bb 100644 --- a/configure.ac +++ b/configure.ac @@ -265,7 +265,7 @@ AC_CHECK_FUNCS([setresuid setreuid lchown]) # Nice to have, but not essential. -AC_CHECK_FUNCS([strsignal posix_fallocate nanosleep sysconf]) +AC_CHECK_FUNCS([strsignal posix_fallocate sysconf]) # This is needed if bzip2 is a static library, and the Nix libraries |