On Wed, 24 Jan 2001, Doug MacEachern wrote:

> On Thu, 18 Jan 2001, Matt Sergeant wrote:
>
> > I know we've been over this before, but I think I've forgotten!
> >
> > How do I detect if Apache::Log got compiled in a module's Makefile.PL ?
> >
> > I can't do eval("use Apache::Log;") because Apache/Log.pm gets installed
> > regardless, its just that the Log.so doesn't get compiled. So, how do I do
> > it?
>
> with current cvs:
>
> use Apache::MyConfig ();
> if ($Apache::MyConfig::Setup{PERL_LOG_API}) { ... }

Is that going to be in mod_perl 1.25? (and whither 1.25 anyhow?)

-- 
<Matt/>

    /||    ** Director and CTO **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // **     Personal Web Site: http://sergeant.org/     **
     \\//
     //\\
    //  \\

Reply via email to