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 | 5ce88cbf78effa3b7a625715638524fb6a179403 (patch) | |
tree | 553916a3d63ef7fe8562ab2578c83f1db23a6aa4 /autoconf | |
parent | 28efe60cc84a70c449e296b4f47a19bb0a748a51 (diff) | |
download | external_llvm-5ce88cbf78effa3b7a625715638524fb6a179403.zip external_llvm-5ce88cbf78effa3b7a625715638524fb6a179403.tar.gz external_llvm-5ce88cbf78effa3b7a625715638524fb6a179403.tar.bz2 |
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 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index ff5804b..76083d2 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -1290,7 +1290,7 @@ AC_CHECK_FUNCS([backtrace ceilf floorf roundf rintf nearbyintf getcwd ]) AC_CHECK_FUNCS([powf fmodf strtof round ]) AC_CHECK_FUNCS([getpagesize getrusage getrlimit setrlimit gettimeofday ]) AC_CHECK_FUNCS([isatty mkdtemp mkstemp ]) -AC_CHECK_FUNCS([mktemp realpath sbrk setrlimit strdup ]) +AC_CHECK_FUNCS([mktemp posix_spawn realpath sbrk setrlimit strdup ]) AC_CHECK_FUNCS([strerror strerror_r strerror_s setenv ]) AC_CHECK_FUNCS([strtoll strtoq sysconf malloc_zone_statistics ]) AC_CHECK_FUNCS([setjmp longjmp sigsetjmp siglongjmp]) |