diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-05-14 16:29:23 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-05-14 16:29:23 +0100 |
commit | 3ece0ebf627ee569a9680bf2663697db7a6ae309 (patch) | |
tree | cd760ffb222fc1c1f065dadb58c3346956e34ed7 /configure.ac | |
parent | 29c36f070618ea5148cd4b2da3732ee4d37af66b (diff) |
build, doc: Adjust comment after PR27254
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 d75a5293e1..8e73213c78 100644 --- a/configure.ac +++ b/configure.ac @@ -1075,7 +1075,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <malloc.h>]], dnl Check for posix_fallocate AC_MSG_CHECKING([for posix_fallocate]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ - // same as in src/util/system.cpp + // same as in src/util/fs_helpers.cpp #ifdef __linux__ #ifdef _POSIX_C_SOURCE #undef _POSIX_C_SOURCE |