* m4/acl.m4 (gl_FUNC_ACL_ARG): Add missing comma between macro
arguments.
+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.
# 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,
, [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])
])