diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-31 05:49:15 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-31 05:49:15 +0000 |
commit | ba46ca3a3b3c9f4b26c01a05165e0811a85b1b2f (patch) | |
tree | 0a3b2e5a8389fa43e5e53fe3555d72769934523c /configure | |
parent | d40a7de229dd4b210759a047e720ef45c7b79183 (diff) | |
download | external_llvm-ba46ca3a3b3c9f4b26c01a05165e0811a85b1b2f.zip external_llvm-ba46ca3a3b3c9f4b26c01a05165e0811a85b1b2f.tar.gz external_llvm-ba46ca3a3b3c9f4b26c01a05165e0811a85b1b2f.tar.bz2 |
For PR351:
* lib/System depends on sbrk(3), make sure we check for it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -27274,8 +27274,7 @@ done - -for ac_func in realpath setrlimit strdup strerror strerror_r strtoll strtoq +for ac_func in realpath sbrk setrlimit strdup strerror strerror_r do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 @@ -27377,7 +27376,9 @@ fi done -for ac_func in sysconf + + +for ac_func in strtoll strtoq sysconf do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 |