diff options
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r-- | autoconf/configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index c827ec7ecd..2c2f2ce78e 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -487,10 +487,8 @@ 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(m,sin) if test "$llvm_cv_os_type" == "MingW" ; then - AC_CHECK_HEADERS([windows.h]) - AC_CHECK_HEADERS([imagehlp.h psapi.h]) - AC_CHECK_LIB(imagehlp,[SymGetOptions]) - AC_CHECK_LIB(psapi,[GetProcessMemoryInfo]) + AC_CHECK_LIB(imagehlp, main) + AC_CHECK_LIB(psapi, main) fi dnl lt_dlopen may be required for plugin support. |