Windows: Add support for unicode command lines
[oota-llvm.git] / autoconf / configure.ac
index 45f2fe485ec1c768fc145a98e464fb3aeef71804..85eee54bf3905ac38081cb829db598774e85d1c2 100644 (file)
@@ -1399,6 +1399,7 @@ 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.