changeset 15354:d27da2beda65

* modules/pthread_sigmask (configure.ac): gl_SIGNAL_MODULE_INDICATOR and not gl_SYS_SELECT_MODULE_INDICATOR, fixing a typo exposed in an application that does not use the sys_select module.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 06 Jul 2011 10:48:21 -0700
parents f3753e923660
children c403e287a49e
files ChangeLog modules/pthread_sigmask
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* modules/pthread_sigmask (configure.ac): gl_SIGNAL_MODULE_INDICATOR
+	and not gl_SYS_SELECT_MODULE_INDICATOR, fixing a typo exposed
+	in an application that does not use the sys_select module.
+
 2011-07-06  Erik Faye-Lund  <kusmabite@gmail.com>
 
 	poll: do not return 0 on timeout=-1
--- a/modules/pthread_sigmask
+++ b/modules/pthread_sigmask
@@ -10,7 +10,7 @@
 
 configure.ac:
 gl_PTHREAD_SIGMASK
-gl_SYS_SELECT_MODULE_INDICATOR([pthread_sigmask])
+gl_SIGNAL_MODULE_INDICATOR([pthread_sigmask])
 
 Makefile.am: