From: Paul Eggert Date: Tue, 16 Jun 2026 16:43:58 +0000 (-0700) Subject: openat2: fix prereq typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=298ae43fdf5f358c8a6ff40fc952a53bf7e6d236;p=thirdparty%2Fgnulib.git openat2: fix prereq typo * modules/openat2 (configure.ac): Fix typo in spelling of prereq for gl_PREREQ_OPENAT2. --- diff --git a/ChangeLog b/ChangeLog index 3d2c75ac50..884e6fe9f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2026-06-16 Paul Eggert + + openat2: fix prereq typo + * modules/openat2 (configure.ac): Fix typo in spelling of prereq + for gl_PREREQ_OPENAT2. + 2026-06-15 Collin Funk 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])