diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-09 19:23:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-09 19:23:39 +0000 |
commit | a3c2d080c2fd28955404dec4f2f7118fbe291bfc (patch) | |
tree | 825391e5313e04f0cbc75e89d58be10d3aab726b /Build/source/libs/harfbuzz/ChangeLog | |
parent | 9b0195121df2c53bdd030fdec6d7871f27f057f0 (diff) |
use AX_CXX_COMPILE_STDCXX for optional C++11 support, and KPSE_COMPILER_VISIBILITY for inlines-visibility, instead of hardwiring
git-svn-id: svn://tug.org/texlive/trunk@46258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/ChangeLog')
-rw-r--r-- | Build/source/libs/harfbuzz/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/libs/harfbuzz/ChangeLog b/Build/source/libs/harfbuzz/ChangeLog index fc94e43cd08..723456501eb 100644 --- a/Build/source/libs/harfbuzz/ChangeLog +++ b/Build/source/libs/harfbuzz/ChangeLog @@ -1,3 +1,10 @@ +2018-01-09 Karl Berry <karl@freefriends.org> + + * configure.ac: use AX_CXX_COMPILE_STDCXX([11],,[optional]) + since this is supposed to work with C++11. + (KPSE_COMPILER_VISIBILITY): call this instead of hardwiring + -fvisibility-inlines-hidden. + 2017-12-26 Karl Berry <karl@tug.org> * configure.ac (CXXFLAGS): add -D_GNU_SOURCE. |