From: Brian Utterback Date: Sat, 21 Feb 2009 12:45:56 +0000 (-0500) Subject: configure.ac, ChangeLog: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45ac6d145a86dfa3e34eaade943119f2b86f088f;p=thirdparty%2Fntp.git configure.ac, ChangeLog: [BUG 1131] UDP sockets should not use SIGPOLL on Solaris. bk: 499ff784q7Fo9SjNpcUV6mV3ccEnrg --- diff --git a/ChangeLog b/ChangeLog index f26fece5e6..337178c9fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +* [BUG 1131] UDP sockets should not use SIGPOLL on Solaris. + --- (4.2.4p6) 2009/01/08 Released by Harlan Stenn diff --git a/configure.ac b/configure.ac index 4c6ba13b0b..4f555fc7d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1758,6 +1758,9 @@ case "$ac_cv_hdr_def_sigpoll" in *-*-sunos*) ans=no ;; + *-*-solaris*) + ans=no + ;; *-*-ultrix*) ans=no ;;