X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fpoll.m4;h=bb610dadd043a1a2e07b2a83c1bb34d871328cec;hb=6b61508657346fdef38811f73bc1643879752862;hp=a3d0ab9d9a3894b0cc0b84398c2ced39f034fc04;hpb=314edd07026d8fab01c31fb91b5375ee25802440;p=gnulib.git diff --git a/m4/poll.m4 b/m4/poll.m4 index a3d0ab9d9..bb610dadd 100644 --- 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 @@ This is MacOSX or AIX # Prerequisites of lib/poll.c. AC_DEFUN([gl_PREREQ_POLL], [ - AC_REQUIRE([AC_HEADER_TIME]) - AC_CHECK_HEADERS_ONCE(sys/time.h) + AC_CHECK_HEADERS_ONCE(sys/ioctl.h sys/filio.h) ])