diff options
author | Eric Christopher <echristo@apple.com> | 2010-04-16 05:14:21 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-04-16 05:14:21 +0000 |
commit | e429182c013128ecc1cc2ccc6fd457d311003947 (patch) | |
tree | 553916a3d63ef7fe8562ab2578c83f1db23a6aa4 /configure | |
parent | f89d1dc9b77ee006324653f70496d29ac3d3bc6c (diff) |
Add a check for posix_spawn.
Regenerate configure and other autoconf files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101444 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17756,7 +17756,8 @@ done -for ac_func in mktemp realpath sbrk setrlimit strdup + +for ac_func in mktemp posix_spawn 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 |