From ee6bc7d978147382ad1e6134e8e437893672f0bd Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Tue, 15 Jan 2019 12:39:02 +0000 Subject: [PATCH] Remove development test erroneously checked in. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 182209c6..f927ef6c 100644 --- a/configure.ac +++ b/configure.ac @@ -1527,7 +1527,6 @@ if test "$ac_cv_func_arc4random" = "no"; then if test "$USE_WINSOCK" = 1; then AC_LIBOBJ(getentropy_win) else - AC_MSG_ERROR([Function getentropy missing.]) case `uname` in Darwin) AC_LIBOBJ(getentropy_osx)