diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-05-05 16:36:16 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-05-05 16:36:16 +0000 |
commit | e0b0e7b2950d3c132004105bba5f36a8eaea7925 (patch) | |
tree | efbc741458280913c775d1bb3b0cda7212b9b8e0 /configure | |
parent | 0017180e70edb1461e06a4aeafd95d760a539e69 (diff) |
[build] Add build check for ::arc4random().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156236 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17522,7 +17522,8 @@ done -for ac_func in strerror strerror_r setenv + +for ac_func in strerror strerror_r setenv arc4random do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` { echo "$as_me:$LINENO: checking for $ac_func" >&5 |