http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26221
User: guy
Date: 2008/09/16 07:31 PM
Log:
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).
Directory: /trunk/
Changes Path Action
+13 -7 configure.in Modified