mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 22:39:58 -04:00
2102. [port] Silence solaris 10 warnings.
This commit is contained in:
parent
4ccea866e6
commit
bc192c1183
1 changed files with 4 additions and 1 deletions
5
lib/bind/configure
vendored
5
lib/bind/configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 1.122 .
|
||||
# From configure.in Revision: 1.123 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59.
|
||||
#
|
||||
|
|
@ -32072,6 +32072,9 @@ case "$host" in
|
|||
*-solaris2.9)
|
||||
hack_shutup_in6addr_init_macros=yes
|
||||
;;
|
||||
*-solaris2.10)
|
||||
hack_shutup_in6addr_init_macros=yes
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$hack_shutup_pthreadmutexinit" in
|
||||
|
|
|
|||
Loading…
Reference in a new issue