summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/config.h.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-09 19:23:39 +0000
committerKarl Berry <karl@freefriends.org>2018-01-09 19:23:39 +0000
commita3c2d080c2fd28955404dec4f2f7118fbe291bfc (patch)
tree825391e5313e04f0cbc75e89d58be10d3aab726b /Build/source/libs/harfbuzz/config.h.in
parent9b0195121df2c53bdd030fdec6d7871f27f057f0 (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/config.h.in')
-rw-r--r--Build/source/libs/harfbuzz/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/libs/harfbuzz/config.h.in b/Build/source/libs/harfbuzz/config.h.in
index 402feede181..e99c6d9e544 100644
--- a/Build/source/libs/harfbuzz/config.h.in
+++ b/Build/source/libs/harfbuzz/config.h.in
@@ -15,6 +15,9 @@
/* Use Core Text backend */
#undef HAVE_CORETEXT
+/* define if the compiler supports basic C++11 syntax */
+#undef HAVE_CXX11
+
/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE