Skip to content
Snippets Groups Projects
Commit 9b467c76 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

Revert "GnuTLS doesn't provide RAND_pseudo_bytes, so we need to link it from elsewhere"

This reverts commit 072dc06c.
parent b45bc291
Branches
Tags
No related merge requests found
......@@ -36,8 +36,6 @@ PKG_CHECK_MODULES([libknot], [libknot])
PKG_CHECK_MODULES([libuv], [libuv], [build_daemon=yes], [build_daemon=no])
PKG_CHECK_MODULES([cmocka], [cmocka], [build_tests=yes], [build_tests=no])
AC_SEARCH_LIBS([RAND_pseudo_bytes], [gnutls-openssl crypto])
# Check for python (integration tests)
AC_ARG_ENABLE([integration-tests],
AS_HELP_STRING([--enable-integration-tests], [enable integration tests (require Python devel), default: no]),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment