summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b81ad272f..14ffa6c40 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -70,11 +70,6 @@ check_function_exists(qsort_s GIT_QSORT_S)
# random / entropy data
-# The flag has been unset to prevent issues
-# related to Linux GLIBC version dependency
-
-# check_function_exists(getentropy GIT_RAND_GETENTROPY)
-unset(GIT_RAND_GETENTROPY)
check_function_exists(getloadavg GIT_RAND_GETLOADAVG)
# determine architecture of the machine