You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2005/05/20 18:27:07 UTC

svn commit: r171132 - /perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod

Author: stas
Date: Fri May 20 09:27:04 2005
New Revision: 171132

URL: http://svn.apache.org/viewcvs?rev=171132&view=rev
Log:
MP_USE_DSO is the only default

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod?rev=171132&r1=171131&r2=171132&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod Fri May 20 09:27:04 2005
@@ -394,13 +394,11 @@
 
 =head4 MP_USE_DSO
 
-Build mod_perl as a DSO (I<mod_perl.so>). This is the default. It'll
-be turned off if C<MP_USE_STATIC=1> is used.
+Build mod_perl as a DSO (I<mod_perl.so>). This is the default.
 
 =head4 MP_USE_STATIC
 
-Build static mod_perl (I<mod_perl.a>). This is the default. It'll be
-turned off if C<MP_USE_DSO=1> is used.
+Build static mod_perl (I<mod_perl.a>).
 
 =head4 MP_STATIC_EXTS
 



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org