X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fpoll.m4;h=bb610dadd043a1a2e07b2a83c1bb34d871328cec;hb=91562b11acd5306bf0a192e00c167ca6e332690d;hp=eb8806ee5ceafbdd3f521e3e289f5f6c857bdddb;hpb=ecd99cc88c124d604725ae28dfa379cb08924e25;p=gnulib.git diff --git a/m4/poll.m4 b/m4/poll.m4 index eb8806ee5..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 sys/ioctl.h sys/filio.h) + AC_CHECK_HEADERS_ONCE(sys/ioctl.h sys/filio.h) ])