Ethereal-dev: Re: [Ethereal-dev] Small autoconf warning fix - please test

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 14 Aug 2002 11:41:26 -0700
On Wed, Aug 14, 2002 at 04:04:20PM +0200, Bernd Becker wrote:
> The only warning that remains is:
> warning: AC_TRY_RUN called without default to allow cross compiling

One of the tests done in that fashion comes from GTK+.  The other one is
the one we do to see whether we can use the GLib wrapper for run-time
linking, in order to support plugins (well, you can *always* use it, but
on some platforms it's just a stub that doesn't actually do anything, as
GLib doesn't support run-time linking on those platforms - so there's a
"g_module_supported()" call we make to test whether it actually does
anything or not).