Ethereal-dev: Re: [Ethereal-dev] patch for configure.in

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: Thu, 26 Jul 2001 15:10:39 -0700 (PDT)
> Dear Guy,
> please find attached a patch for configure.in against the current
> cvs version. It ensures that PLUGIN_DIR is set to NULL when no
> plugins are used.

Checked in.  (Unfortunately, it causes autoconf/automake to put two
"#undef PLUGIN_DIR" lines into "config.h.in", which means you get two
definitions of it in "config.h", but I'm not sure that's fixable - they
may insert one for the "AC_DEFINE_UNQUOTED" call and another for the
"AC_DEFINE" call - and, as long as they're given the same definition,
that should keep most compilers from whining about it, so it shouldn't
need to be fixed.)