From 829d0e0cfc21f3eb72ff83d70b7aabc5c9854a17 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 12 Apr 2008 01:34:34 +0200 Subject: Fix two compilation errors. --- m4/strsignal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/strsignal.m4') diff --git a/m4/strsignal.m4 b/m4/strsignal.m4 index 5244dcb6c1..d71f0963fb 100644 --- a/m4/strsignal.m4 +++ b/m4/strsignal.m4 @@ -1,4 +1,4 @@ -# strsignal.m4 serial 2 +# strsignal.m4 serial 3 dnl Copyright (C) 2008 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -51,5 +51,5 @@ AC_DEFUN([gl_FUNC_STRSIGNAL], # Prerequisites of lib/strsignal.c. AC_DEFUN([gl_PREREQ_STRSIGNAL], [ AC_REQUIRE([AC_DECL_SYS_SIGLIST]) - : + AC_CHECK_DECLS([_sys_siglist], [], [], [#include ]) ]) -- cgit v1.2.1