Skip to content

Commit

Permalink
Fix a bug in r199313 where I failed to restore CXXFLAGS. Doh! Not
Browse files Browse the repository at this point in the history
*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
  • Loading branch information
chandlerc committed Jan 15, 2014
1 parent 9c62b5e commit 9ac0e23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions autoconf/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
3 changes: 2 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9ac0e23

Please sign in to comment.