summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-02-28 21:47:41 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-02-28 21:47:41 +0000
commit2e7beea23ce80c916f8a4c12299889b268c067d4 (patch)
tree1bee90a4ab3f290cccd44992fdc1f4d4f08f4259 /configure
parentcec8bf321a5bd72c3165ad16b6036d5bcbe40c08 (diff)
downloadllvm-2e7beea23ce80c916f8a4c12299889b268c067d4.tar.gz
llvm-2e7beea23ce80c916f8a4c12299889b268c067d4.tar.bz2
llvm-2e7beea23ce80c916f8a4c12299889b268c067d4.tar.xz
[C++11] Switch autoconf and make to use C++11 by default. Now both build
systems have the default as C++11, but retain the ability to build with C++98. Again, please restrain your enthusiasm a bit in case this needs to be reverted. =] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202546 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 57cf95d638..deab9899d9 100755
--- a/configure
+++ b/configure
@@ -1402,7 +1402,7 @@ Optional Features:
--enable-compiler-version-checks
Check the version of the host compiler (default is
YES)
- --enable-cxx11 Use c++11 if available (default is NO)
+ --enable-cxx11 Use c++11 if available (default is YES)
--enable-split-dwarf Use split-dwarf if available (default is NO)
--enable-clang-arcmt Enable building of clang ARCMT (default is YES)
--enable-clang-static-analyzer
@@ -4816,7 +4816,7 @@ case "$enableval" in
;;
no) ENABLE_CXX11=0
;;
- default) ENABLE_CXX11=0
+ default) ENABLE_CXX11=1
;;
*) { { echo "$as_me:$LINENO: error: Invalid setting for --enable-cxx11. Use \"yes\" or \"no\"" >&5
echo "$as_me: error: Invalid setting for --enable-cxx11. Use \"yes\" or \"no\"" >&2;}