* 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.
diff --git a/modules/pthread_sigmask b/modules/pthread_sigmask
index f1126b6..d117b2d 100644
--- 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:


Reply via email to