]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
mntent: Fix syntax error when module 'hasmntopt' is not in use.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Oct 2024 16:58:30 +0000 (18:58 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Oct 2024 16:58:30 +0000 (18:58 +0200)
Reported by Bernhard Voelker <mail@bernhard-voelker.de> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-10/msg00039.html>.

* modules/mntent (configure.ac): Invoke gl_MNTENT_H_REQUIRE_DEFAULTS.

ChangeLog
modules/mntent

index 3cfb8d854e21422a1be8cd89b9a5242a2e26a586..bee63a802f983c065facd32828f0cfeebb31ee50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-10-07  Bruno Haible  <bruno@clisp.org>
+
+       mntent: Fix syntax error when module 'hasmntopt' is not in use.
+       Reported by Bernhard Voelker <mail@bernhard-voelker.de> in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2024-10/msg00039.html>.
+       * modules/mntent (configure.ac): Invoke gl_MNTENT_H_REQUIRE_DEFAULTS.
+
 2024-10-07  Bruno Haible  <bruno@clisp.org>
 
        file-has-acl: Fix test failure on Cygwin.
index 8dc48c38d029cb42de1be91a4e49ba039ea8e4a8..e0926b4760ea3f1b2ead7f7a1dfaa752d89c889e 100644 (file)
@@ -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