summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite2/configure.ac
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2018-08-16 02:48:11 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2018-08-16 02:48:11 +0000
commit4df4c18cdb2130a3e4c590d2593a6e861b8a0669 (patch)
treead8403919a0d4d95862bccfecac2b2a66fdf0162 /Build/source/libs/graphite2/configure.ac
parent9218317d0ba9cddb3247ab60aa15219af1f2ce3b (diff)
graphite2 1.3.12 requires c++11
git-svn-id: svn://tug.org/texlive/trunk@48411 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite2/configure.ac')
-rw-r--r--Build/source/libs/graphite2/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/libs/graphite2/configure.ac b/Build/source/libs/graphite2/configure.ac
index 9ac58f8bb87..7ac789728a7 100644
--- a/Build/source/libs/graphite2/configure.ac
+++ b/Build/source/libs/graphite2/configure.ac
@@ -15,8 +15,10 @@ AC_CONFIG_MACRO_DIR([../../m4])
KPSE_BASIC([graphite2])
+dnl ! C++11 required since graphite2 1.3.12 !
AC_PROG_CC
AC_PROG_CXX
+AX_CXX_COMPILE_STDCXX([11])
AC_PROG_RANLIB
AC_PROG_LN_S