aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-09-14 06:17:21 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-09-14 06:17:21 +0000
commita6d990a73f5ce41c6ce53d940f807621ecb4d260 (patch)
tree1dafa04b7922a103f677941fdc1bb21deaffa25f /configure
parent43f249adb711b7f05f16c8be1549323ccff21a50 (diff)
downloadexternal_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-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 7f35be5..06c0531 100755
--- a/configure
+++ b/configure
@@ -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