Revert "Revert "Windows: Add support for unicode command lines""
[oota-llvm.git] / projects / sample / autoconf / configure.ac
index 46fd54909040df93ff06d7eee0da79e94b7b466d..03cd214f6668faad884aa89c2dafe6cbcc5bb773 100644 (file)
@@ -1087,6 +1087,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.