aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-06-01 17:16:20 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-06-01 17:16:20 +0000
commitb66925bb18bedf9ec4c7f821106038998720604b (patch)
tree634e4e016aee5a5529298bc0ca188514514cae33 /configure
parent078d1826d2c516fa15d3ead55c84af39b2becea3 (diff)
downloadexternal_llvm-b66925bb18bedf9ec4c7f821106038998720604b.zip
external_llvm-b66925bb18bedf9ec4c7f821106038998720604b.tar.gz
external_llvm-b66925bb18bedf9ec4c7f821106038998720604b.tar.bz2
Make sure that when checking for MINGW32 libraries we ask for windows.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28631 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 1f275da..7b8ccb4 100755
--- a/configure
+++ b/configure
@@ -25148,7 +25148,8 @@ fi
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