diff options
author | Eric Christopher <echristo@apple.com> | 2012-04-02 06:54:01 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-04-02 06:54:01 +0000 |
commit | 79e22d8c45369e662ea92853f803341cdbfd77be (patch) | |
tree | b849aa8255783b922f81fef035e713feeb90dcf3 /configure | |
parent | 17463b3ef1a3d39b10619254f12e806c8c43f9e7 (diff) |
Fix CXXFLAGS for huge_val.m4.
Patch by Jeremy Huddleston!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153862 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16371,7 +16371,7 @@ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ex ac_compiler_gnu=$ac_cv_cxx_compiler_gnu ac_save_CXXFLAGS=$CXXFLAGS - CXXFLAGS+=" -pedantic" + CXXFLAGS="$CXXFLAGS -pedantic" if test "$cross_compiling" = yes; then ac_cv_huge_val_sanity=yes else |