From: Bruno Haible Date: Mon, 7 Oct 2024 16:58:30 +0000 (+0200) Subject: mntent: Fix syntax error when module 'hasmntopt' is not in use. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5decb87261e8ccae25ee57e2491fca810cc7016c;p=thirdparty%2Fgnulib.git 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. --- 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