Added
Link Here
|
1 |
--- configure.orig 2015-05-08 14:42:35.405141000 +0000 |
2 |
+++ configure 2015-05-08 14:44:07.714597000 +0000 |
3 |
@@ -5491,6 +5491,18 @@ fi |
4 |
|
5 |
|
6 |
|
7 |
+for ac_func in arc4random |
8 |
+do : |
9 |
+ ac_fn_c_check_func "$LINENO" "arc4random" "ac_cv_func_arc4random" |
10 |
+if test "x$ac_cv_func_arc4random" = xyes; then : |
11 |
+ cat >>confdefs.h <<_ACEOF |
12 |
+#define HAVE_ARC4RANDOM 1 |
13 |
+_ACEOF |
14 |
+ |
15 |
+fi |
16 |
+done |
17 |
+ |
18 |
+ |
19 |
# Check whether --enable-ntp-timestamp was given. |
20 |
if test "${enable_ntp_timestamp+set}" = set; then : |
21 |
enableval=$enable_ntp_timestamp; case "${enableval}" in |