summaryrefslogtreecommitdiff
path: root/Build/source/utils/pmx/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-04-23 08:21:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-04-23 08:21:01 +0000
commitf4d177a0978be88cc6e45e3852dcaec1cc098cf6 (patch)
tree064939d66d8b2d6418eab319988984681e926a25 /Build/source/utils/pmx/configure.ac
parent87d256034f0d8e627d27aa7ee24d983e847999ce (diff)
Build fix for FreeBSD (and maybe others):
revert the previous change (r26102) #include <sys/types.h> for off_t, from Nikola Lecic git-svn-id: svn://tug.org/texlive/trunk@26103 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/pmx/configure.ac')
-rw-r--r--Build/source/utils/pmx/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/Build/source/utils/pmx/configure.ac b/Build/source/utils/pmx/configure.ac
index 06998ec8e37..d0c9afb24f8 100644
--- a/Build/source/utils/pmx/configure.ac
+++ b/Build/source/utils/pmx/configure.ac
@@ -19,9 +19,6 @@ AM_MAINTAINER_MODE
dnl Check compiler and flags
AC_PROG_CC
-AC_SYS_LARGEFILE
-AC_FUNC_FSEEKO
-
KPSE_COMPILER_WARNINGS
KPSE_CHECK_WIN32