mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
|
dnl The libattr.so library
|
||
|
|
||
|
AC_DEFUN([LIBVIRT_CHECK_ATTR],[
|
||
|
LIBVIRT_CHECK_LIB([ATTR], [attr], [getxattr], [attr/xattr.h])
|
||
|
])
|
||
|
|
||
|
AC_DEFUN([LIBVIRT_RESULT_ATTR],[
|
||
|
LIBVIRT_RESULT_LIB([ATTR])
|
||
|
])
|