Commit Diff


commit - 618b1d4dce6d4780943594cb278977b52001ab22
commit + ae32f1aa8ebefe7b6b7f7f7883ee6e0346a73dbb
blob - cedf5957d6da765370b832e0ba9816a7d200ab8d
blob + 57f8ae9fbc759569bede5542273e12a691c2e388
--- configure
+++ configure
@@ -315,6 +315,9 @@ fi
 
 if [ ${HAVE_ARC4RANDOM} -eq 0 ]; then
 	runtest getentropy GETENTROPY || true
+else
+	# fake it
+	HAVE_GETENTROPY=1
 fi
 
 if [ ${HAVE_ARC4RANDOM} -eq 0 -a ${HAVE_GETENTROPY} -eq 1 ]; then