summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvipdfmx/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-09 08:10:18 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-09 08:10:18 +0000
commitc0f3e72caec3910bcc56cf882e713b6e71ca08f1 (patch)
tree142edb5d713908fcb8f8ba2bec260558b647ad5f /Build/source/texk/xdvipdfmx/configure.ac
parent6ccff4c232f2c867cef173c7bfc9ca79ea43a15d (diff)
minor update to avoid some warnings
git-svn-id: svn://tug.org/texlive/trunk@21657 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvipdfmx/configure.ac')
-rw-r--r--Build/source/texk/xdvipdfmx/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/xdvipdfmx/configure.ac b/Build/source/texk/xdvipdfmx/configure.ac
index 89e7843cefa..1c0ab3393c5 100644
--- a/Build/source/texk/xdvipdfmx/configure.ac
+++ b/Build/source/texk/xdvipdfmx/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009 - 2011 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,
@@ -21,11 +21,11 @@ KPSE_LT_HACK
dnl Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([stdint.h inttypes.h sys/types.h])
+AC_CHECK_HEADERS([stdint.h inttypes.h sys/types.h sys/wait.h])
dnl Checks for library functions.
AC_FUNC_MEMCMP
-AC_CHECK_FUNCS([open close system getenv mkstemp basename])
+AC_CHECK_FUNCS([open close getenv mkstemp basename])
dnl Checks for typedefs, structures, and compiler characteristics.
AC_STRUCT_TM