Skip to content
Snippets Groups Projects
Commit 161cafd9 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

configure: use PKG_CHECK_MODULES for yaml

Change-Id: Ied195308bb5fe154d11fd373cfac2a695caa9a70
Refs: #20853
parent 73480ced
No related branches found
No related tags found
No related merge requests found
......@@ -86,9 +86,7 @@ AC_COMPILE_IFELSE(
AC_MSG_RESULT([$ANDROID])
AM_CONDITIONAL([USE_ANDROID], test "x$ANDROID" = "xyes")
AC_SEARCH_LIBS([yaml_parser_initialize], [yaml], [AC_SUBST(YAML_LIBS, -lyaml)], [
AC_MSG_ERROR([Unable to find yaml development files])])
PKG_CHECK_MODULES(YAML, [yaml-0.1],, AC_MSG_ERROR([Unable to find yaml]))
if test "xSANDROID" = "xyes"; then
dnl Check for OpenSL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment