* modules/openat2 (configure.ac): Fix typo in spelling of prereq
for gl_PREREQ_OPENAT2.
---
 ChangeLog       | 6 ++++++
 modules/openat2 | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3d2c75ac50..884e6fe9f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2026-06-16  Paul Eggert  <[email protected]>
+
+       openat2: fix prereq typo
+       * modules/openat2 (configure.ac): Fix typo in spelling of prereq
+       for gl_PREREQ_OPENAT2.
+
 2026-06-15  Collin Funk  <[email protected]>
 
        xstrtol tests: Fix link error on FreeBSD and macOS (regr. 2026-06-13).
diff --git a/modules/openat2 b/modules/openat2
index bf654f9c38..2bc91c1586 100644
--- a/modules/openat2
+++ b/modules/openat2
@@ -26,7 +26,7 @@ configure.ac:
 gl_FUNC_OPENAT2
 gl_CONDITIONAL([GL_COND_OBJ_OPENAT2],
                [test $HAVE_OPENAT2 = 0])
-AM_COND_IF([GL_COND_OBJ_OPENAT], [
+AM_COND_IF([GL_COND_OBJ_OPENAT2], [
   gl_PREREQ_OPENAT2
 ])
 gl_FCNTL_MODULE_INDICATOR([openat2])
-- 
2.54.0


Reply via email to