~ubuntu-branches/ubuntu/trusty/gnutls26/trusty-security

« back to all changes in this revision

Viewing changes to gl/m4/select.m4

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2010-04-22 19:29:52 UTC
  • mto: (12.4.3 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20100422192952-gbj6cvaan8e4ejck
Tags: upstream-2.9.10
ImportĀ upstreamĀ versionĀ 2.9.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# select.m4 serial 2
2
 
dnl Copyright (C) 2009 Free Software Foundation, Inc.
 
1
# select.m4 serial 3
 
2
dnl Copyright (C) 2009, 2010 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.
8
8
[
9
9
  AC_REQUIRE([gl_HEADER_SYS_SELECT])
10
10
  AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
 
11
  AC_REQUIRE([gl_SOCKETS])
11
12
  if test "$ac_cv_header_winsock2_h" = yes; then
12
13
    AC_LIBOBJ([select])
13
14
  else