summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-05-05 16:36:16 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-05-05 16:36:16 +0000
commite0b0e7b2950d3c132004105bba5f36a8eaea7925 (patch)
treeefbc741458280913c775d1bb3b0cda7212b9b8e0 /configure
parent0017180e70edb1461e06a4aeafd95d760a539e69 (diff)
downloadllvm-e0b0e7b2950d3c132004105bba5f36a8eaea7925.tar.gz
llvm-e0b0e7b2950d3c132004105bba5f36a8eaea7925.tar.bz2
llvm-e0b0e7b2950d3c132004105bba5f36a8eaea7925.tar.xz
[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-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 60e839f5c3..bc4c98449d 100755
--- a/configure
+++ b/configure
@@ -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