Revert "Windows: Add support for unicode command lines"
[oota-llvm.git] / autoconf / configure.ac
index 85eee54bf3905ac38081cb829db598774e85d1c2..45f2fe485ec1c768fc145a98e464fb3aeef71804 100644 (file)
@@ -1399,7 +1399,6 @@ AC_CHECK_LIB(m,sin)
 if test "$llvm_cv_os_type" = "MingW" ; then
   AC_CHECK_LIB(imagehlp, main)
   AC_CHECK_LIB(psapi, main)
-  AC_CHECK_LIB(shell32, main)
 fi
 
 dnl dlopen() is required for plugin support.