mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
AC_CHECK_FUNCS for multiple functions.
This commit is contained in:
@@ -52,7 +52,7 @@ AC_CHECK_LIB([augeas],[aug_match],,[
|
||||
])
|
||||
|
||||
dnl Check for functions not available in earlier versions of Augeas.
|
||||
AC_CHECK_FUNC([aug_load aug_defvar aug_defnode])
|
||||
AC_CHECK_FUNCS([aug_load aug_defvar aug_defnode])
|
||||
|
||||
dnl Check for XDR library.
|
||||
AC_CHECK_LIB([portablexdr],[xdrmem_create],[],[
|
||||
|
||||
Reference in New Issue
Block a user