build: Check for attr/xattr.h
This commit is contained in:
parent
1ed90d0b1f
commit
fbaf32f776
|
|
@ -22,6 +22,8 @@ AC_SUBST(WARN_CFLAGS)
|
||||||
LT_PREREQ([2.2.4])
|
LT_PREREQ([2.2.4])
|
||||||
LT_INIT([disable-static])
|
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
|
PKG_PROG_PKG_CONFIG
|
||||||
|
|
||||||
GIO_DEPENDENCY="gio-unix-2.0 >= 2.28"
|
GIO_DEPENDENCY="gio-unix-2.0 >= 2.28"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue