summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-26 16:59:10 +0000
committerKarl Berry <karl@freefriends.org>2009-09-26 16:59:10 +0000
commitf06810ec208a02fb13533f5b3939faa904078cdc (patch)
tree4ff76e3f1079d60854f923046bc3a4d1dcc12079 /Build/source/texk/web2c/configure.ac
parent57cf1bb09b0b264c0319ebd0c1e7e66d7adb9727 (diff)
AC_C_BIGENDIAN needed for sharable formats
git-svn-id: svn://tug.org/texlive/trunk@15462 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure.ac')
-rw-r--r--Build/source/texk/web2c/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac
index 32e8f5409f8..7c50df8adca 100644
--- a/Build/source/texk/web2c/configure.ac
+++ b/Build/source/texk/web2c/configure.ac
@@ -236,6 +236,9 @@ AC_CHECK_HEADERS([errno.h langinfo.h sys/timeb.h sys/wait.h])
AC_TYPE_LONG_DOUBLE
AC_TYPE_LONG_LONG_INT
+dnl sharable format files.
+AC_C_BIGENDIAN
+
dnl FIXME: needed for libpdf -> xpdf ?
AC_CHECK_HEADERS([time.h])