diff options
Diffstat (limited to 'llvm/configure')
-rwxr-xr-x | llvm/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure index 09173d257f3..bfd61dd5e3e 100755 --- a/llvm/configure +++ b/llvm/configure @@ -17151,7 +17151,8 @@ done -for ac_func in mktemp posix_spawn realpath sbrk setrlimit strdup + +for ac_func in mktemp posix_spawn pread realpath sbrk setrlimit strdup do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` { echo "$as_me:$LINENO: checking for $ac_func" >&5 |