From 9ac0e23865889b4668e2661a0d01091ef1559d6d Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 15 Jan 2014 10:34:30 +0000 Subject: 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 --- autoconf/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'autoconf') 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]) -- cgit v1.2.3