Mercurial > hg > octave-kai > gnulib-hg
changeset 2214:0428e8e0e9d4
Require AC_HEADER_TIME rather than simply using it.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Tue, 25 Jan 2000 07:21:57 +0000 |
parents | cc3dee2cb119 |
children | c607416cb941 |
files | m4/nanosleep.m4 |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/nanosleep.m4 +++ b/m4/nanosleep.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 dnl From Jim Meyering. dnl Check for the nanosleep function. @@ -14,7 +14,7 @@ AC_CACHE_CHECK([whether nanosleep works], jm_cv_func_nanosleep_works, [ - AC_HEADER_TIME + AC_REQUIRE([AC_HEADER_TIME]) AC_TRY_RUN([ # if TIME_WITH_SYS_TIME # include <sys/time.h>