* modules/openat2 (configure.ac): Fix typo in spelling of prereq
for gl_PREREQ_OPENAT2.
+2026-06-16 Paul Eggert <eggert@cs.ucla.edu>
+
+ openat2: fix prereq typo
+ * modules/openat2 (configure.ac): Fix typo in spelling of prereq
+ for gl_PREREQ_OPENAT2.
+
2026-06-15 Collin Funk <collin.funk1@gmail.com>
xstrtol tests: Fix link error on FreeBSD and macOS (regr. 2026-06-13).
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])