Home GnuPG
Diffusion GPGME b107fc8a92bd

Cpp: Set -std=c++11 also if CXXCPP is already set
b107fc8a92bdUnpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

Cpp: Set -std=c++11 also if CXXCPP is already set

* m4/ax_cxx_compile_stdxx.m4 (AX_CXX_COMPILE_STDCXX): Set CXXCPP if
neccessary.

This fixes the build with scan-build where CXXCPP is already set but
does not include stdc++11. While this deviates from the
autotools-archive version of the script it does not make sense
to me first to check if stdc++11 needs to be set and then not
set it.

Details

Provenance
aheineckeAuthored on May 24 2016, 2:10 PM
Parents
rM09803c4a81b9: python: Improve support for edit callbacks.
Branches
Unknown
Tags
Unknown

Event Timeline

Andre Heinecke <aheinecke@intevation.de> committed rMb107fc8a92bd: Cpp: Set -std=c++11 also if CXXCPP is already set (authored by Andre Heinecke <aheinecke@intevation.de>).May 24 2016, 2:13 PM