inet_aton(), like inet_pton(), is in -lsocket in Solaris and possibly
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 17 Sep 2008 02:31:05 +0000 (02:31 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 17 Sep 2008 02:31:05 +0000 (02:31 +0000)
commitafbe6a8329d26b8d476ef0747fc6eceb75955195
treec6cb88865fb28e2c901d33d4fda4f8e3b953cb8c
parent893926769edf042b4df93aed3612109053f261c7
inet_aton(), like inet_pton(), is in -lsocket in Solaris and possibly
other SVR4-flavored UN*Xes; search for it the same way we search for
inet_pton().

Note that, while that fixes the Solaris build, this probably still
wouldn't build on a platform without inet_aton() (if any such exist),
and might have problems with platforms lacking other functions (as they
handle this similarly).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26221 f5534014-38df-0310-8fa8-9805f1628bb7
configure.in