Fix a typo in the configure check for extended attributes.

This commit is contained in:
Erich E. Hoover 2014-02-21 08:58:55 -07:00
parent 29d69db459
commit 820cc2e861

View File

@ -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