summaryrefslogtreecommitdiff
path: root/autoconf/configure.ac
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-15 10:34:30 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-15 10:34:30 +0000
commit9ac0e23865889b4668e2661a0d01091ef1559d6d (patch)
tree241fefa3fb00c34d70b744996f57747232bfc757 /autoconf/configure.ac
parent9c62b5eabb41d41023815df01d07bda5abbd8c4c (diff)
downloadllvm-9ac0e23865889b4668e2661a0d01091ef1559d6d.tar.gz
llvm-9ac0e23865889b4668e2661a0d01091ef1559d6d.tar.bz2
llvm-9ac0e23865889b4668e2661a0d01091ef1559d6d.tar.xz
Fix a bug in r199313 where I failed to restore CXXFLAGS. Doh! Not
*quite* ready to just slam C++11 on by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199314 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r--autoconf/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 6906a7586b..7e399fcddd 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -164,6 +164,7 @@ standard library.
If this error is incorrect or you need to force things to work, you may pass
'--disable-compiler-version-checks' to configure to bypass this test.])])
+ CXXFLAGS="$llvm_cv_old_cxxflags"
;;
gcc)
AC_MSG_CHECKING([whether GCC is new enough])