[autoconf] Detect OLE32 for mingw.

It has been done in CMake build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi
2015-06-18 04:16:05 +00:00
parent 3c1e805769
commit e520b7069e
4 changed files with 88 additions and 0 deletions

View File

@@ -131,6 +131,9 @@
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
/* Define to 1 if you have the `ole32' library (-lole32). */
#undef HAVE_LIBOLE32
/* Define to 1 if you have the `psapi' library (-lpsapi). */
#cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}

View File

@@ -143,6 +143,9 @@
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
/* Define to 1 if you have the `ole32' library (-lole32). */
#undef HAVE_LIBOLE32
/* Define to 1 if you have the `psapi' library (-lpsapi). */
#undef HAVE_LIBPSAPI