]> 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, 2 Feb 2025 09:46:13 +0000 (10:46 +0100)
* m4/acl.m4 (gl_FUNC_ACL_ARG): Add missing comma between macro
arguments.

ChangeLog
m4/acl.m4

index 58a68021de976b0367ed2cb2438aad9a96589fba..5dfa3608f2c1cc97b2d18f4016e9188c99efb97f 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-24  Collin Funk  <collin.funk1@gmail.com>
 
        ptsname_r: Work around ptsname_r bug on Solaris 11 OmniOS.
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])
 ])