summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-07-07 00:02:31 -0700
committerBenjamin Peterson <benjamin@python.org>2016-07-07 00:02:31 -0700
commit42e1029564645f730e6519d0c6cf3db1014f6c54 (patch)
treed6fe95c6550b24ecbb50f2913c29cc29dc8f3e96 /configure.ac
parent64c82753de70f312c80797f63b6b8b98232b6f0f (diff)
downloadcpython-git-42e1029564645f730e6519d0c6cf3db1014f6c54.tar.gz
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 06c877b854..f5e741d29b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2333,9 +2333,6 @@ AC_MSG_RESULT($SHLIBS)
# checks for libraries
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