summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-07-14 22:47:17 +0000
committerKarl Berry <karl@freefriends.org>2016-07-14 22:47:17 +0000
commita01c0e89bf336b165cf3f981a232ba2f09341764 (patch)
tree691aa70c7b65467b01228c8ad95f7cc97566b660 /Build/source/texk/gregorio/configure.ac
parent91457f77157828d445693ef28bc3e83482beee70 (diff)
alignof handling
git-svn-id: svn://tug.org/texlive/trunk@41705 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/configure.ac')
-rw-r--r--Build/source/texk/gregorio/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/gregorio/configure.ac b/Build/source/texk/gregorio/configure.ac
index ca5c099e1ee..587b2b12795 100644
--- a/Build/source/texk/gregorio/configure.ac
+++ b/Build/source/texk/gregorio/configure.ac
@@ -97,6 +97,8 @@ dnl Checks for header files.
AC_CHECK_HEADERS([stdint.h])
AC_CHECK_HEADERS([stdalign.h])
+AC_CHECK_ALIGNOF(uint32_t)
+
AC_C_BIGENDIAN
AC_SUBST([GREGORIO_TREE], [gregorio-src])