Skip to content
Snippets Groups Projects
Commit d5a4fbaa authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Tristan Matthews
Browse files

configure: drop libcrypto check

Change-Id: I0ecc75759f01b6cbae149c6370050e52c81e688f
Refs: #47621
parent 2d599da9
No related branches found
No related tags found
No related merge requests found
......@@ -155,9 +155,6 @@ AC_SEARCH_LIBS([yaml_parser_initialize], [yaml], [AC_SUBST(YAML_LIBS, -lyaml)],
AC_MSG_ERROR([Unable to find yaml development files])])
LIBCRYPTO_MIN_VERSION=1.0
PKG_CHECK_MODULES(LIBCRYPTO, libcrypto >= ${LIBCRYPTO_MIN_VERSION}, HAVE_LIBCRYPTO=true, HAVE_LIBCRYPTO=false);
if test "xSANDROID" = "xyes"; then
dnl Check for OpenSL
AC_ARG_WITH([opensl],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment