]> Savannah Git Hosting - gnulib.git/commitdiff
file-has-acl: Fix --with-libsmack option handling.
authorBruno Haible <bruno@clisp.org>
Sun, 26 Jan 2025 11:08:16 +0000 (12:08 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 26 Jan 2025 11:08:16 +0000 (12:08 +0100)
* m4/acl.m4 (gl_FUNC_ACL_ARG): Add missing comma between macro
arguments.

ChangeLog
m4/acl.m4

index 6f6fa30b13feb54298398ddd7e8330d304f555f8..124236df6389d2add4a06719f51241691a2d7297 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-01-26  Bruno Haible  <bruno@clisp.org>
+
+       file-has-acl: Fix --with-libsmack option handling.
+       * m4/acl.m4 (gl_FUNC_ACL_ARG): Add missing comma between macro
+       arguments.
+
 2025-01-26  Bruno Haible  <bruno@clisp.org>
 
        bootstrap: Remove obsolete code.
index c9cb6dd09eda6d15c9fa50aaf62d172110972703..7e4b0e354d9505858d230a9212d4c09b66a72a0e 100644 (file)
--- a/m4/acl.m4
+++ b/m4/acl.m4
@@ -1,5 +1,5 @@
 # acl.m4
-# serial 34
+# serial 35
 dnl Copyright (C) 2002, 2004-2025 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -18,7 +18,7 @@ AC_DEFUN([gl_FUNC_ACL_ARG],
     , [enable_acl=auto])
   AC_ARG_WITH([libsmack],
     [AS_HELP_STRING([--without-libsmack],
-       [do not use libsmack, even on systems that have it])]
+       [do not use libsmack, even on systems that have it])],
     [], [with_libsmack=maybe])
 ])