projects
/
oota-llvm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[autoconf] Detect OLE32 for mingw.
[oota-llvm.git]
/
autoconf
/
configure.ac
diff --git
a/autoconf/configure.ac
b/autoconf/configure.ac
index
644c5ae
..
0942c8e
100644
(file)
--- a/
autoconf/configure.ac
+++ b/
autoconf/configure.ac
@@
-1632,6
+1632,7
@@
dnl===-----------------------------------------------------------------------===
AC_CHECK_LIB(m,sin)
if test "$llvm_cv_os_type" = "MingW" ; then
AC_CHECK_LIB(imagehlp, main)
+ AC_CHECK_LIB(ole32, main)
AC_CHECK_LIB(psapi, main)
AC_CHECK_LIB(shell32, main)
fi