[llvm-commits] CVS: llvm/configure
Reid Spencer
reid at x10sys.com
Thu Jun 1 10:16:34 PDT 2006
Changes in directory llvm:
configure updated: 1.231 -> 1.232
---
Log message:
Make sure that when checking for MINGW32 libraries we ask for windows.h
---
Diffs of the changes: (+2 -1)
configure | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/configure
diff -u llvm/configure:1.231 llvm/configure:1.232
--- llvm/configure:1.231 Thu Jun 1 11:55:59 2006
+++ llvm/configure Thu Jun 1 12:16:20 2006
@@ -25148,7 +25148,8 @@
if test "$llvm_cv_os_type" == "MingW" ; then
-for ac_header in imagehlp.h psapi.h
+
+for ac_header in windows.h imagehlp.h psapi.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
More information about the llvm-commits
mailing list