build: Check for attr/xattr.h

This commit is contained in:
Colin Walters 2012-02-20 13:59:52 -05:00
parent 1ed90d0b1f
commit fbaf32f776

View File

@ -22,6 +22,8 @@ AC_SUBST(WARN_CFLAGS)
LT_PREREQ([2.2.4])
LT_INIT([disable-static])
AC_CHECK_HEADER([attr/xattr.h],,[AC_MSG_ERROR([You must have attr/xattr.h from libattr])])
PKG_PROG_PKG_CONFIG
GIO_DEPENDENCY="gio-unix-2.0 >= 2.28"