Remove obsolete configure check for libole32 as we don't appear to use
[oota-llvm.git] / autoconf / configure.ac
index bfba92e8b82fa647b6444e1f94f60d561b38ff41..e4bb0609f57164b2cabc506ea22a365e4040f6db 100644 (file)
@@ -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