Fix a compile failure introduced by r82675 on MinGW which doesn't have
authorJeffrey Yasskin <jyasskin@google.com>
Fri, 25 Sep 2009 21:07:20 +0000 (21:07 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Fri, 25 Sep 2009 21:07:20 +0000 (21:07 +0000)
commitb7a8d400be7ce9e275c6e09a2a90fbacd0566476
treee6672c6bfcfbd36acec8558a0dd83d5378e22474
parent9d06175a15a61b977ebbabd0d9cc738ebfa7870c
Fix a compile failure introduced by r82675 on MinGW which doesn't have
setenv().  This patch just disables the test rather than getting putenv() to
work.  Thanks to Sandeep Patel for reporting the problem.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82797 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
cmake/config-ix.cmake
configure
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
unittests/Support/CommandLineTest.cpp