]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_PREREQ_NANOSLEEP): Check for siginterrupt.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2005 04:53:53 +0000 (04:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2005 04:53:53 +0000 (04:53 +0000)
m4/nanosleep.m4

index 5590b9be61c5a86b24d3414b2335d1de2c0efc69..3d64ca906f0f8ee86260828ec97a671e9e432242 100644 (file)
@@ -1,4 +1,4 @@
-#serial 12
+#serial 13
 
 dnl From Jim Meyering.
 dnl Check for the nanosleep function.
@@ -68,4 +68,5 @@ AC_DEFUN([gl_FUNC_NANOSLEEP],
 AC_DEFUN([gl_PREREQ_NANOSLEEP],
 [
   AC_CHECK_HEADERS_ONCE(unistd.h)
+  AC_CHECK_FUNCS_ONCE(siginterrupt)
 ])