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