Fix xattr package name suggestion in configure error message.

This commit is contained in:
Erich E. Hoover 2014-10-06 11:09:16 -06:00
parent 413b5ee73f
commit 69db736c0c

View File

@ -1,4 +1,4 @@
From d175677f135990a131729d23960134cd71913a94 Mon Sep 17 00:00:00 2001
From 87d1db941666d1136b0501d60a27dee82be482a7 Mon Sep 17 00:00:00 2001
From: "Erich E. Hoover" <erich.e.hoover@gmail.com>
Date: Tue, 19 Aug 2014 22:10:49 -0600
Subject: ntdll: Implement retrieving DOS attributes in
@ -14,7 +14,7 @@ Subject: ntdll: Implement retrieving DOS attributes in
create mode 100644 libs/port/xattr.c
diff --git a/configure.ac b/configure.ac
index f1f721d..74946ad 100644
index f1f721d..f2c00e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,2 +77,3 @@ AC_ARG_WITH(tiff, AS_HELP_STRING([--without-tiff],[do not use TIFF]))
@ -33,7 +33,7 @@ index f1f721d..74946ad 100644
+then
+ WINE_ERROR_WITH(xattr,[test "x$HAVE_XATTR" = "x"],[xattr ${notice_platform}development files \
+not found. Wine will be built without extended attribute support, which probably isn't what you \
+want. You will need to install ${notice_platform}development packages of libacl at the very least.])
+want. You will need to install ${notice_platform}development packages of libattr at the very least.])
+fi
+if test "x$HAVE_XATTR" != "x"
+then