~ubuntu-branches/ubuntu/hardy/prelude-manager/hardy

« back to all changes in this revision

Viewing changes to libmissing/m4/poll.m4

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2007-03-22 18:09:27 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070322180927-tzvkkuk7yc5m0s9d
Tags: 0.9.7.2-2
* Fix permissions on configuration file (make sure it is not world-readable)
* Update my email address

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# poll.m4 serial 6
2
 
dnl Copyright (c) 2003, 2005, 2006 Free Software Foundation, Inc.
 
1
# poll.m4 serial 7
 
2
dnl Copyright (c) 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
5
5
dnl with or without modifications, as long as this notice is preserved.
67
67
# Prerequisites of lib/poll.c.
68
68
AC_DEFUN([gl_PREREQ_POLL],
69
69
[
70
 
  AC_REQUIRE([AC_HEADER_TIME])
71
 
  AC_CHECK_HEADERS_ONCE(sys/time.h sys/ioctl.h sys/filio.h)
 
70
  AC_CHECK_HEADERS_ONCE(sys/ioctl.h sys/filio.h)
72
71
])