--- ./configure.ac.orig	2017-02-25 20:02:28.000000000 +0100
+++ ./configure.ac	2017-02-25 20:02:32.000000000 +0100
@@ -924,14 +924,14 @@
 AC_DEFINE_UNQUOTED(MEM_ALIGN_SIZE, $mem_align, [Required memory alignment])
 
 dnl * find random source
-AC_MSG_CHECKING([for /dev/urandom])
-if test -c /dev/urandom || test -s /dev/urandom; then
-  AC_MSG_RESULT(yes)
-  AC_DEFINE(DEV_URANDOM_PATH, "/dev/urandom", [Path to /dev/urandom])
-  have_random_source=yes
-else
-  AC_MSG_RESULT(no)
-fi
+dnl AC_MSG_CHECKING([for /dev/urandom])
+dnl if test -c /dev/urandom || test -s /dev/urandom; then
+dnl   AC_MSG_RESULT(yes)
+dnl   AC_DEFINE(DEV_URANDOM_PATH, "/dev/urandom", [Path to /dev/urandom])
+dnl   have_random_source=yes
+dnl else
+dnl  AC_MSG_RESULT(no)
+dnl fi
 
 if test "$have_random_source" != "yes"; then
   AC_CHECK_HEADER(openssl/rand.h, [
