summaryrefslogtreecommitdiff
path: root/gl/m4/flock.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gl/m4/flock.m4')
-rw-r--r--gl/m4/flock.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/m4/flock.m4 b/gl/m4/flock.m4
index bb487339..655395e9 100644
--- a/gl/m4/flock.m4
+++ b/gl/m4/flock.m4
@@ -1,12 +1,12 @@
-# flock.m4 serial 3
-dnl Copyright (C) 2008-2020 Free Software Foundation, Inc.
+# flock.m4 serial 4
+dnl Copyright (C) 2008-2022 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FUNC_FLOCK],
[
- AC_REQUIRE([gl_HEADER_SYS_FILE_H_DEFAULTS])
+ AC_REQUIRE([gl_SYS_FILE_H_DEFAULTS])
AC_CHECK_FUNCS_ONCE([flock])
if test $ac_cv_func_flock = no; then
HAVE_FLOCK=0