john.levon(a)sun.com wrote:
Fix Solaris compile after gnulib refresh
ACK. Thanks.
Now you can write the ChangeLog and commit it ;-)
As documented in NEWS, we now need to explicitly specify usage of
libsocket.
s/NEWS/gnulib's NEWS/
diff --git a/configure.in b/configure.in
--- a/configure.in
+++ b/configure.in
@@ -79,9 +79,9 @@ AC_CHECK_HEADERS([pwd.h paths.h regex.h
dnl Where are the XDR functions?
dnl If portablexdr is installed, prefer that.
-dnl Otherwise try -lrpc (Cygwin) -lxdr (some MinGW) or none (most Unix)
+dnl Otherwise try -lrpc (Cygwin) -lxdr (some MinGW), nsl (Solaris) or none (most Unix)
s/nsl/-lnsl/, and split the longer-than-80 line.