mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
Fix a typo in the configure check for extended attributes.
This commit is contained in:
parent
29d69db459
commit
820cc2e861
@ -27,7 +27,7 @@ index 32730f3..96d796a 100644
|
||||
|
||||
+if test "x$with_xattr" != "xno"
|
||||
+then
|
||||
+ AC_CHECK_HEADER(attr/xattr.h,HAVE_XATTR=1)
|
||||
+ AC_CHECK_HEADERS(attr/xattr.h,HAVE_XATTR=1)
|
||||
+fi
|
||||
+if test "x$with_xattr" == "xyes"
|
||||
+then
|
||||
|
Loading…
x
Reference in New Issue
Block a user