]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
openat2: fix prereq typo
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Jun 2026 16:43:58 +0000 (09:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Jun 2026 16:53:21 +0000 (09:53 -0700)
* modules/openat2 (configure.ac): Fix typo in spelling of prereq
for gl_PREREQ_OPENAT2.

ChangeLog
modules/openat2

index 3d2c75ac50be2b9c1278a96c371420956d02649f..884e6fe9f4f560abf52773b6f91abb71c686bb34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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).
index bf654f9c384f1b39662d79ddb114a506a5528fb9..2bc91c1586d4966a639d546b5d107fb18e98d8d2 100644 (file)
@@ -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])