AC_CHECK_FUNCS for multiple functions.

This commit is contained in:
Richard Jones
2009-05-06 15:21:46 +01:00
parent 9a571d41f5
commit 459da0831c

View File

@@ -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],[],[