diff --git a/ChangeLog b/ChangeLog index 889630d9..8fc2eede 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Version 4.4.1.2 'Ardee West': - hostname-to-IP-address resolution fix; - SSODA updates according to turnbis specs; - TRANSPORT attribute handling fixed; + - updates for Solaris (name resolution libraries); 1/24/2015 Oleg Moskalenko Version 4.4.1.1 'Ardee West': diff --git a/configure b/configure index 4cd9b101..fbb02442 100755 --- a/configure +++ b/configure @@ -867,6 +867,8 @@ if ! [ ${ER} -eq 0 ] ; then fi testlib wldap64 testlib intl +testlib nsl +testlib resolv ########################### # Test sockets compilation