From 5decb87261e8ccae25ee57e2491fca810cc7016c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 7 Oct 2024 18:58:30 +0200 Subject: [PATCH] mntent: Fix syntax error when module 'hasmntopt' is not in use. Reported by Bernhard Voelker in . * modules/mntent (configure.ac): Invoke gl_MNTENT_H_REQUIRE_DEFAULTS. --- ChangeLog | 7 +++++++ modules/mntent | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3cfb8d854e..bee63a802f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024-10-07 Bruno Haible + + mntent: Fix syntax error when module 'hasmntopt' is not in use. + Reported by Bernhard Voelker in + . + * modules/mntent (configure.ac): Invoke gl_MNTENT_H_REQUIRE_DEFAULTS. + 2024-10-07 Bruno Haible file-has-acl: Fix test failure on Cygwin. diff --git a/modules/mntent b/modules/mntent index 8dc48c38d0..e0926b4760 100644 --- a/modules/mntent +++ b/modules/mntent @@ -14,6 +14,7 @@ snippet/warn-on-use configure.ac: gl_MNTENT_H +gl_MNTENT_H_REQUIRE_DEFAULTS gl_CONDITIONAL_HEADER([mntent.h]) AC_PROG_MKDIR_P -- 2.39.5