Changes in directory llvm/autoconf:

configure.ac updated: 1.230 -> 1.231
---
Log message:

Provide configuration support and usage for MINGW32 platform


---
Diffs of the changes:  (+2 -4)

 configure.ac |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.230 llvm/autoconf/configure.ac:1.231
--- llvm/autoconf/configure.ac:1.230    Thu Jun  1 12:44:29 2006
+++ llvm/autoconf/configure.ac  Thu Jun  1 14:03:21 2006
@@ -487,10 +487,8 @@
 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.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to