summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-08-05 04:50:40 +0000
committerEric Christopher <echristo@gmail.com>2015-08-05 04:50:40 +0000
commit67ce5daae58127ab6b26e3c22a32ab1dc5614f28 (patch)
treee94e2a811f7376d9c2e537368ab6252cb6e83c32 /llvm/autoconf
parentd4a22da9a9f5e85c3b63e148b181b022cd1b364c (diff)
downloadbcm5719-llvm-67ce5daae58127ab6b26e3c22a32ab1dc5614f28.tar.gz
bcm5719-llvm-67ce5daae58127ab6b26e3c22a32ab1dc5614f28.zip
Remove obsolete configure check for libole32 as we don't appear to use
it anymore. llvm-svn: 244012
Diffstat (limited to 'llvm/autoconf')
-rw-r--r--llvm/autoconf/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index bfba92e8b82..e4bb0609f57 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -1628,7 +1628,6 @@ dnl===-----------------------------------------------------------------------===
AC_CHECK_LIB(m,sin)
if test "$llvm_cv_os_type" = "MingW" ; then
- AC_CHECK_LIB(ole32, main)
AC_CHECK_LIB(psapi, main)
AC_CHECK_LIB(shell32, main)
fi
OpenPOWER on IntegriCloud