<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Mon, 2011-05-16 at 17:52 -0700, Alan Coopersmith wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Signed-off-by: Alan Coopersmith &lt;<A HREF="mailto:alan.coopersmith@oracle.com">alan.coopersmith@oracle.com</A>&gt;
---
 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 089329f..0c79999 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,8 +59,9 @@ AM_CONDITIONAL(HAVE_MKTEMP_COMMAND, test x$MKTEMP_COMMAND != x)
 #                 pre-pends the found library to $LIBS.
 #
 #------------------------------------------------------------------------------
-# Function getifaddrs() comes from the C library or the -lnsl name service library
-AC_SEARCH_LIBS([getifaddrs], [nsl])
+# Function getifaddrs() comes from the C library, Solaris 11 -lsocket, or
+# the -lnsl name service library
+AC_SEARCH_LIBS([getifaddrs], [socket nsl])
 
 # Function getspnam() comes from the C library, System V -lsec, UnixWare 7 -lgen
 # or Old Linux versions -lshadow
</PRE>
</BLOCKQUOTE>
<BR>
Acked-by: Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;
</BODY>
</HTML>