summaryrefslogtreecommitdiff
path: root/m4/fchmodat.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/fchmodat.m4')
-rw-r--r--m4/fchmodat.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/fchmodat.m4 b/m4/fchmodat.m4
index abb8a797c1a..9750572a5a3 100644
--- a/m4/fchmodat.m4
+++ b/m4/fchmodat.m4
@@ -1,4 +1,4 @@
-# fchmodat.m4 serial 7
+# fchmodat.m4 serial 8
dnl Copyright (C) 2004-2024 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -97,6 +97,6 @@ AC_DEFUN([gl_FUNC_FCHMODAT],
# Prerequisites of lib/fchmodat.c.
AC_DEFUN([gl_PREREQ_FCHMODAT],
[
- AC_CHECK_FUNCS_ONCE([readlinkat])
+ gl_CHECK_FUNCS_ANDROID([readlinkat], [[#include <unistd.h>]])
:
])