Mercurial > hg > octave-lojdl > gnulib-hg
diff m4/poll.m4 @ 7908:d41d48e822b4
* lib/poll.c: Include sys/time.h and time.h unconditionally,
since we now assume the sys_time module.
* m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
check for sys/time.h; no longer needed.
* modules/poll (Depends-on): Depend on sys_time.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 20 Jan 2007 08:32:33 +0000 |
parents | 8eedfb060b79 |
children | f6cba5a556ce |
line wrap: on
line diff
--- a/m4/poll.m4 +++ b/m4/poll.m4 @@ -1,5 +1,5 @@ -# poll.m4 serial 6 -dnl Copyright (c) 2003, 2005, 2006 Free Software Foundation, Inc. +# poll.m4 serial 7 +dnl Copyright (c) 2003, 2005, 2006, 2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -67,6 +67,5 @@ # Prerequisites of lib/poll.c. AC_DEFUN([gl_PREREQ_POLL], [ - AC_REQUIRE([AC_HEADER_TIME]) - AC_CHECK_HEADERS_ONCE(sys/time.h sys/ioctl.h sys/filio.h) + AC_CHECK_HEADERS_ONCE(sys/ioctl.h sys/filio.h) ])