From: Marek VavruĊĦa Date: Thu, 12 Feb 2015 00:16:29 +0000 (+0100) Subject: Revert "GnuTLS doesn't provide RAND_pseudo_bytes, so we need to link it from elsewhere" X-Git-Tag: v1.0.0-beta1~312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b467c767aa6518699fdbd8a215cf9ec6b446ebc;p=thirdparty%2Fknot-resolver.git Revert "GnuTLS doesn't provide RAND_pseudo_bytes, so we need to link it from elsewhere" This reverts commit 072dc06c391183a54455754f8dda78895c753cd0. --- diff --git a/configure.ac b/configure.ac index 6062ddc90..044c38b67 100644 --- a/configure.ac +++ b/configure.ac @@ -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]),