On Wed, 22 Aug 2001, Stas Bekman wrote:

> in the perlframework if you run perl Makefile.PL without passing apxs as
> an argument or having it wrong, the whole thing goes havoc, the following
> patch does the required testing:

it is not a requirement that apxs is passed to Makefile.PL, that is just
to setup a handy default.  we support:
% t/TEST apxs ~/ap/prefork/bin/apxs
% t/TEST apxs ~/ap/threaded/bin/apxs

and apxs can also be configured in the environment, path, make APXS=...,
etc.  if not apxs is found in a place that requires it (like c-modules),
that code should just not run.  apxs is optional, without it there will
just be some skipped tests.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to