On Fri, Sep 13, 2002 at 10:38:25AM -0700, Justin Erenkrantz wrote:
> On Fri, Sep 13, 2002 at 09:55:13AM +0100, Joe Orton wrote:
> > Second configure patch: these three variables are set but never used:
>
> Shouldn't these values be used by the AC_DEFINE calls? -- justin
I'm not sure what you mean - the code works fine as far as I can tell,
just those three ac_cv_define_* assignments have no purpose. The code:
if test "$apr_gethostbyname_is_thread_safe" = "yes"; then
AC_DEFINE(GETHOSTBYNAME_IS_THREAD_SAFE)
fi
is in no way affected by adding
ac_cv_define_GETHOSTBYNAME_IS_THREAD_SAFE=no
before - or am I missing something?
Regards,
joe