Skip to content

Commit 3ece0eb

Browse files
committed
build, doc: Adjust comment after PR27254
1 parent 29c36f0 commit 3ece0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <malloc.h>]],
10751075
dnl Check for posix_fallocate
10761076
AC_MSG_CHECKING([for posix_fallocate])
10771077
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
1078-
// same as in src/util/system.cpp
1078+
// same as in src/util/fs_helpers.cpp
10791079
#ifdef __linux__
10801080
#ifdef _POSIX_C_SOURCE
10811081
#undef _POSIX_C_SOURCE

0 commit comments

Comments
 (0)