Fix up the networking library checks to work on Solaris. Check for
authorDan Winship <danw@src.gnome.org>
Thu, 25 Oct 2001 19:31:52 +0000 (19:31 +0000)
committerDan Winship <danw@src.gnome.org>
Thu, 25 Oct 2001 19:31:52 +0000 (19:31 +0000)
commit5463cb3e8cc5cb47968823b875674524d7a090e8
tree951ea74bf2c8abb004edb1ff5dddc2006da84b63
parente786c7eec585724ed4647163f297d2ef8c2ba575
Fix up the networking library checks to work on Solaris. Check for

* configure.in: Fix up the networking library checks to work on
Solaris. Check for inet_pton. (Solaris doesn't have inet_aton.)

* src/libsoup/soup-socket-unix.c (soup_address_new): Use inet_pton
instead of inet_aton if available.
ChangeLog
configure.in
libsoup/soup-socket-unix.c