summaryrefslogtreecommitdiff
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index b6ccfdb667..a1b63f8888 100755
--- a/configure
+++ b/configure
@@ -3871,6 +3871,7 @@ fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
+ CXXFLAGS="$llvm_cv_old_cxxflags"
;;
gcc)
{ echo "$as_me:$LINENO: checking whether GCC is new enough" >&5
@@ -10660,7 +10661,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 10663 "configure"
+#line 10664 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H