mirror of https://gitee.com/openkylin/libvirt.git
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])
|
||
|
])
|