summaryrefslogtreecommitdiff
blob: 0e1661e1014d86fbeb1a52ca3fa8d47431f80d91 (plain)
1
2
3
4
5
6
7
# getentropy is available from linux-3.17 and glibc-2.25
# disable it unconditionally for Python-3.4 and 2.7.
# http://bugs.python.org/issue31255
# remove when python-3.4 goes end-of-life on 2019-03-16,
# and when python-2.7 goes end-of-life on 2020-01-01.
# https://docs.python.org/devguide/#status-of-python-branches
ac_cv_func_getentropy=no