diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-09-14 06:17:21 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-09-14 06:17:21 +0000 |
| commit | a6d990a73f5ce41c6ce53d940f807621ecb4d260 (patch) | |
| tree | 1dafa04b7922a103f677941fdc1bb21deaffa25f /configure | |
| parent | 43f249adb711b7f05f16c8be1549323ccff21a50 (diff) | |
| download | external_llvm-a6d990a73f5ce41c6ce53d940f807621ecb4d260.zip external_llvm-a6d990a73f5ce41c6ce53d940f807621ecb4d260.tar.gz external_llvm-a6d990a73f5ce41c6ce53d940f807621ecb4d260.tar.bz2 | |
Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.h
header file on Darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30319 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28833,7 +28833,8 @@ done -for ac_header in sys/types.h malloc/malloc.h + +for ac_header in sys/types.h malloc/malloc.h mach/mach.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
