summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-07-07 06:55:15 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-07-07 06:55:15 (GMT)
commitb8a2f51ceb636878ec767554eddbb11ff4502c55 (patch)
treeec04fad6ca54ca6c7054479471b7c2ac674a8b94 /configure.ac
parent27007dccec8ce20ee95e45492643bc1407326abc (diff)
downloadcpython-b8a2f51ceb636878ec767554eddbb11ff4502c55.zip
cpython-b8a2f51ceb636878ec767554eddbb11ff4502c55.tar.gz
cpython-b8a2f51ceb636878ec767554eddbb11ff4502c55.tar.bz2
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1c07c05..0aec481 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2551,9 +2551,6 @@ AC_MSG_RESULT($SHLIBS)
AC_CHECK_LIB(sendfile, sendfile)
AC_CHECK_LIB(dl, dlopen) # Dynamic linking for SunOS/Solaris and SYSV
AC_CHECK_LIB(dld, shl_load) # Dynamic linking for HP-UX
-AC_CHECK_LIB(crypto, RAND_egd,
- AC_DEFINE(HAVE_RAND_EGD, 1,
- [Define if the libcrypto has RAND_egd]))
# only check for sem_init if thread support is requested
if test "$with_threads" = "yes" -o -z "$with_threads"; then