mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
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
This commit is contained in:
@@ -487,7 +487,7 @@ dnl libelf is for sparc only; we can ignore it if we don't have it
|
|||||||
AC_CHECK_LIB(elf, elf_begin)
|
AC_CHECK_LIB(elf, elf_begin)
|
||||||
AC_CHECK_LIB(m,sin)
|
AC_CHECK_LIB(m,sin)
|
||||||
if test "$llvm_cv_os_type" == "MingW" ; then
|
if test "$llvm_cv_os_type" == "MingW" ; then
|
||||||
AC_CHECK_HEADERS([imagehlp.h psapi.h])
|
AC_CHECK_HEADERS([windows.h imagehlp.h psapi.h])
|
||||||
AC_CHECK_LIB(imagehlp,[SymGetOptions])
|
AC_CHECK_LIB(imagehlp,[SymGetOptions])
|
||||||
AC_CHECK_LIB(psapi,[GetProcessMemoryInfo])
|
AC_CHECK_LIB(psapi,[GetProcessMemoryInfo])
|
||||||
fi
|
fi
|
||||||
|
3
configure
vendored
3
configure
vendored
@@ -25148,7 +25148,8 @@ fi
|
|||||||
if test "$llvm_cv_os_type" == "MingW" ; then
|
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
|
do
|
||||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||||
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||||
|
Reference in New Issue
Block a user