summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f6a2573..4db15f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -172,7 +172,7 @@ AH_TEMPLATE([SUPPORT_XATTRS],
[Define to 1 to add support for extended attributes])
case "$(uname -s)" in
-*linux*)
+*Linux*)
AC_MSG_RESULT(Using Linux xattrs)
AC_DEFINE(HAVE_LINUX_XATTRS, 1, [True if you have Linux xattrs])
AC_DEFINE(SUPPORT_XATTRS, 1)