summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-26 06:29:11 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-26 06:29:11 +0000
commit9f9853cc00d8112434d185ec2adebeba44a2d413 (patch)
tree3857771d87b5ea269c8fcf15941f6f483546f6bc /Build/source/texk/kpathsea/configure.ac
parent1a55946e547696aaae9dc3883f18e8b1bd4d72ba (diff)
kpathsea: Ensure C99 int64_t and uint_64_t as well as PRId64 & Co
git-svn-id: svn://tug.org/texlive/trunk@27165 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/configure.ac')
-rw-r--r--Build/source/texk/kpathsea/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/configure.ac b/Build/source/texk/kpathsea/configure.ac
index 79ad5910402..3f305c6f356 100644
--- a/Build/source/texk/kpathsea/configure.ac
+++ b/Build/source/texk/kpathsea/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2009-2011 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
@@ -34,6 +34,8 @@ m4_foreach([Kpse_Mktex], [kpse_mktex_opts],
# So we can use reasonable awk in the Makefile.
AC_PROG_AWK
+AC_CHECK_SIZEOF([long])
+
dnl Replacement functions that may be required on ancient broken system.
AC_CHECK_DECLS([putenv, strstr])
AC_REPLACE_FUNCS([putenv strcasecmp strtol strstr])