From: Brian Utterback Date: Sat, 21 Feb 2009 12:45:56 +0000 (-0500) Subject: configure.ac, ChangeLog: X-Git-Tag: NTP_4_2_4P7_RC1~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f45a7bc5d3de3154c0fb9bd11c7e8d4e3d278c89;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 f26fece5e..337178c9f 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 4c6ba13b0..4f555fc7d 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 ;;