summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-06 08:08:42 +0000
committerJim Meyering <jim@meyering.net>2003-02-06 08:08:42 +0000
commit692e0b022f3a7efdb6a4ad6bb5a46140cb3fc0e4 (patch)
tree9c75d670c0c26cae77c00116d3a359ed65a83632 /aclocal.m4
parent09137743d5175d7bb49c10ee75b21543727fcd53 (diff)
downloadcoreutils-692e0b022f3a7efdb6a4ad6bb5a46140cb3fc0e4.tar.xz
.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 7269ea16e..b43abdc52 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1929,7 +1929,7 @@ AC_DEFUN([jm_PREREQ_XREADLINK],
# Check prerequisites for compiling lib/c-stack.c.
-# Copyright (C) 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -1956,6 +1956,7 @@ AC_DEFUN([AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC],
ac_cv_sys_xsi_stack_overflow_heuristic,
[AC_TRY_RUN(
[
+ #include <unistd.h>
#include <signal.h>
#include <ucontext.h>