comparison m4/nanosleep.m4 @ 10245:18a5b4f796a2

Update after lib/sig-handler.h is no longer included by lib/sigprocmask.c.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 Jun 2008 22:45:30 +0200
parents 54813304edd2
children f6cba5a556ce
comparison
equal deleted inserted replaced
10244:478a8cd21855 10245:18a5b4f796a2
1 #serial 24 1 #serial 25
2 2
3 dnl From Jim Meyering. 3 dnl From Jim Meyering.
4 dnl Check for the nanosleep function. 4 dnl Check for the nanosleep function.
5 dnl If not found, use the supplied replacement. 5 dnl If not found, use the supplied replacement.
6 dnl 6 dnl
110 110
111 # Prerequisites of lib/nanosleep.c. 111 # Prerequisites of lib/nanosleep.c.
112 AC_DEFUN([gl_PREREQ_NANOSLEEP], 112 AC_DEFUN([gl_PREREQ_NANOSLEEP],
113 [ 113 [
114 AC_CHECK_HEADERS_ONCE(sys/select.h) 114 AC_CHECK_HEADERS_ONCE(sys/select.h)
115 gl_PREREQ_SIG_HANDLER_H
115 ]) 116 ])