mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 01:28:05 -04:00
regenerate
This commit is contained in:
parent
b55657ca05
commit
58c2b422f0
1 changed files with 5 additions and 0 deletions
5
configure
vendored
5
configure
vendored
|
|
@ -27116,6 +27116,11 @@ else
|
|||
fi
|
||||
|
||||
|
||||
case $host in
|
||||
*-sunos*) dlopen="no"
|
||||
;;
|
||||
esac
|
||||
|
||||
if test "$dlopen" = "yes"; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
|
||||
$as_echo_n "checking for dlopen in -ldl... " >&6; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue