[Pkg-wmaker-commits] [wmbiff] 12/19: autodetect whether to use poll()

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_11
in repository wmbiff.

commit 90c60602500df0e8e8f4cbb41fa19a2e489e7bf9
Author: bluehal <bluehal>
Date:   Sun Dec 29 03:22:29 2002 +0000

    autodetect whether to use poll()
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 1322373..eefd657 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,9 @@ AC_CHECK_HEADERS(stdio.h)
 dnl for IPv6 support
 AC_CHECK_FUNCS(getaddrinfo)
 
+dnl replacing the old USE_POLL define
+AC_CHECK_FUNCS(poll)
+
 dnl Pre-gnutls.
 gnutls="ok"
 AC_CHECK_LIB(z, gzopen, [], [gnutls="nope"]) dnl GNUTLS seems to need libz; fail here if it's missing.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list