summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2007-01-05 02:50:03 +0000
committerEric Blake <ebb9@byu.net>2007-09-21 15:39:18 -0600
commit50f6a83fba182efc388a899b758738d624ce261b (patch)
tree040f40d7b3249fc8cd194182067957812c2e3641 /configure.ac
parent01387a3d9054680797fea2d2927a05dc495812a2 (diff)
downloadm4-50f6a83fba182efc388a899b758738d624ce261b.tar.gz
Fix regression from 1.4.7 in large file handling on some
platforms, introduced on 2006-10-13. * configure.ac (AC_LARGE_SYSFILE): Guarantee that large files will be handled. * NEWS: Document this fix.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f5e90c0b..fd2b198a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Configure template for GNU M4. -*-Autoconf-*-
-# Copyright (C) 1991, 1993, 1994, 2004, 2005, 2006 Free Software
+# Copyright (C) 1991, 1993, 1994, 2004, 2005, 2006, 2007 Free Software
# Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
@@ -33,6 +33,7 @@ AC_CANONICAL_HOST
AC_PROG_CC
M4_EARLY
+AC_SYS_LARGEFILE
AC_CHECK_HEADERS_ONCE([limits.h siginfo.h sys/wait.h])
AC_CHECK_TYPES([siginfo_t], [], [],
[[#include <signal.h>