summaryrefslogtreecommitdiff
path: root/m4/xattr.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/xattr.m4')
-rw-r--r--m4/xattr.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/xattr.m4 b/m4/xattr.m4
index 0e179cc0d1..70bf0db441 100644
--- a/m4/xattr.m4
+++ b/m4/xattr.m4
@@ -1,5 +1,5 @@
# xattr.m4 - check for Extended Attributes (Linux)
-# serial 6
+# serial 7
# Copyright (C) 2003-2023 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
@@ -9,7 +9,7 @@
AC_DEFUN([gl_FUNC_XATTR],
[
AC_ARG_ENABLE([xattr],
- AS_HELP_STRING([--disable-xattr],
+ AS_HELP_STRING([[--disable-xattr]],
[do not support extended attributes]),
[use_xattr=$enableval], [use_xattr=yes])