* configure.ac: Check for nvlist_lookup_string in nvpair since we
use nvlist_lookup_string and don't use nvlist_print.
This commit is contained in:
parent
f6a81f0aaf
commit
27f9d02eb9
3 changed files with 6 additions and 2 deletions
|
@ -1260,7 +1260,7 @@ if test x"$libzfs_excuse" = x ; then
|
|||
fi
|
||||
|
||||
if test x"$libzfs_excuse" = x ; then
|
||||
AC_CHECK_LIB([nvpair], [nvlist_print],
|
||||
AC_CHECK_LIB([nvpair], [nvlist_lookup_string],
|
||||
[],
|
||||
[libzfs_excuse="need nvpair library"])
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue