ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 26221: /trunk/ /trunk/: configure.in

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Fri, 19 Sep 2008 08:26:16 -0400


Guy Harris wrote:
On Sep 17, 2008, at 10:56 AM, Jeff Morriss wrote:

My Solaris systems (and the buildbot) don't seem to have inet_aton() at
all (so the build fails).

So we need to find some other way to handle modules that are conditionally included in libwireshark; the current scheme doesn't work if those modules are needed.

I was confused that the Solaris buildbot blamed me for breaking the build yet the comments in "configure.in" seemed to indicate that this was normal (if inet_aton wasn't found in a system library). But, sure enough, it works when libwireshark_la_DEPENDENCIES is there--I'm not entirely sure why.

Maybe I'll have a look this weekend.