]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Revert "GnuTLS doesn't provide RAND_pseudo_bytes, so we need to link it from elsewhere"
authorMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 12 Feb 2015 00:16:29 +0000 (01:16 +0100)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 12 Feb 2015 00:16:29 +0000 (01:16 +0100)
This reverts commit 072dc06c391183a54455754f8dda78895c753cd0.

configure.ac

index 6062ddc905a123c52d51d1033f00f16137aaa444..044c38b67d35f97e4eb3dcbd07fec6cbe90c1cb5 100644 (file)
@@ -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]),