[llvm-commits] CVS: llvm/configure
Reid Spencer
reid at x10sys.com
Wed Sep 13 23:17:37 PDT 2006
Changes in directory llvm:
configure updated: 1.249 -> 1.250
---
Log message:
Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.h
header file on Darwin.
---
Diffs of the changes: (+2 -1)
configure | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/configure
diff -u llvm/configure:1.249 llvm/configure:1.250
--- llvm/configure:1.249 Thu Aug 24 17:41:20 2006
+++ llvm/configure Thu Sep 14 01:17:20 2006
@@ -28833,7 +28833,8 @@
-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
More information about the llvm-commits
mailing list