From 11d84597be82e84be623e4e8ccf38c749b2cfc44 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 8 Jun 2005 00:49:50 +0000 Subject: [PATCH] 1860. [port] solaris 2.8: hack_shutup_pthreadmutexinit was incorrectly set. [RT #14775] --- CHANGES | 3 +++ configure | 4 ++-- lib/bind/configure | 1 - lib/bind/configure.in | 3 +-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 4143be7549..d9ebdc0500 100644 --- a/CHANGES +++ b/CHANGES @@ -32,6 +32,9 @@ 1861. [bug] dig could trigger a INSIST on certain malformed responses. [RT #14801] +1860. [port] solaris 2.8: hack_shutup_pthreadmutexinit was + incorrectly set. [RT #14775] + 1859. [func] Add support for CH A record. [RT #14695] 1858. [bug] The flush-zones-on-shutdown option wasn't being diff --git a/configure b/configure index 0acf9dc796..c55060b330 100755 --- a/configure +++ b/configure @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. # -# $Id: configure,v 1.339.18.22 2005/06/04 06:24:23 jinmei Exp $ +# $Id: configure,v 1.339.18.23 2005/06/08 00:49:50 marka Exp $ # # Portions Copyright (C) 1996-2001 Nominum, Inc. # @@ -29,7 +29,7 @@ # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# From configure.in Revision: 1.355.18.21 . +# From configure.in Revision: 1.355.18.22 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # diff --git a/lib/bind/configure b/lib/bind/configure index c71230dab1..fc84168caf 100644 --- a/lib/bind/configure +++ b/lib/bind/configure @@ -30566,7 +30566,6 @@ case "$host" in hack_shutup_in6addr_init_macros=yes ;; *-solaris2.8) - hack_shutup_pthreadmutexinit=yes hack_shutup_in6addr_init_macros=yes ;; *-solaris2.9) diff --git a/lib/bind/configure.in b/lib/bind/configure.in index 7b61ac658d..767138b0d2 100644 --- a/lib/bind/configure.in +++ b/lib/bind/configure.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -AC_REVISION($Revision: 1.90.18.11 $) +AC_REVISION($Revision: 1.90.18.12 $) AC_INIT(resolv/herror.c) AC_PREREQ(2.13) @@ -2248,7 +2248,6 @@ case "$host" in hack_shutup_in6addr_init_macros=yes ;; *-solaris2.8) - hack_shutup_pthreadmutexinit=yes hack_shutup_in6addr_init_macros=yes ;; *-solaris2.9)