summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2013-10-06 20:44:34 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2013-10-06 20:44:34 +0000
commitf636cf422ee44138eed48dfc9dc05d20b6ae113c (patch)
tree012eeb09b116552d1471569c8080f6b58ac751f4 /llvm/autoconf
parent80bea0c3153775b6be44db0fdae356345afe9d0f (diff)
downloadbcm5719-llvm-f636cf422ee44138eed48dfc9dc05d20b6ae113c.tar.gz
bcm5719-llvm-f636cf422ee44138eed48dfc9dc05d20b6ae113c.zip
Revert "Windows: Add support for unicode command lines"
This is causing MinGW bots to fail. This reverts commit r192069. llvm-svn: 192070
Diffstat (limited to 'llvm/autoconf')
-rw-r--r--llvm/autoconf/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 85eee54bf39..45f2fe485ec 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -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.
OpenPOWER on IntegriCloud