changeset 27207:0f7dca442fc0

* m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
author Eric Blake <ebb9@byu.net>
date Tue, 17 Oct 2006 14:54:07 +0000
parents 4b576386797e
children 3e05242bf179
files ChangeLog m4/signalblocking.m4
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 17 13:01:43 2006 +0000
+++ b/ChangeLog	Tue Oct 17 14:54:07 2006 +0000
@@ -1,5 +1,7 @@
 2006-10-17  Eric Blake  <ebb9@byu.net>
 
+	* m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
+
 	* modules/clean-temp (Makefile.am): Don't add to make output...
 	(configure.ac): ...instead define SIGNAL_SAFE_LIST inside
 	config.h.
--- a/m4/signalblocking.m4	Tue Oct 17 13:01:43 2006 +0000
+++ b/m4/signalblocking.m4	Tue Oct 17 14:54:07 2006 +0000
@@ -1,4 +1,4 @@
-# signalblocking.m4 serial 3 (gettext-0.15.1)
+# signalblocking.m4 serial 4 (gettext-0.15.1)
 dnl Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -33,7 +33,7 @@
 /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>.  */
 #include <sys/types.h>])
   if test $gl_cv_type_sigset_t = yes; then
-    AC_DEFUN([HAVE_SIGSET_T],
+    AC_DEFINE([HAVE_SIGSET_T], [1],
       [Define to 1 if you lack the sigprocmask function but have the sigset_t type.])
   fi
   AC_CHECK_FUNCS_ONCE(raise)