summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-29 08:25:00 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-29 08:25:00 +0000
commit0f81c6717bd7d19eb1e3091b5f18d1f3d988e02c (patch)
tree133ab4a9d283da622288eda7c70bc21598214efa /Build/source/texk/web2c/configure.ac
parentd45ffb58c11249942c6b06e8f1bbcb70dbf3c6dc (diff)
Reorganize pdftex headers
git-svn-id: svn://tug.org/texlive/trunk@18039 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 ff09815ffe9..73fdcd52a93 100644
--- a/Build/source/texk/web2c/configure.ac
+++ b/Build/source/texk/web2c/configure.ac
@@ -228,6 +228,9 @@ if test `(uname) 2>/dev/null` = aux; then
fi
AC_CHECK_SIZEOF([int])
+if test $ac_cv_sizeof_int -lt 4; then
+ AC_MSG_ERROR([Sorry, need `int' with at least 4 bytes.])
+fi
AC_CHECK_SIZEOF([long])
AC_SEARCH_LIBS([pow], [m])
AC_CHECK_FUNCS([access atoi fmax ftime gettimeofday mkdtemp setlocale snprintf stat64 strerror strlcat strlcpy])