On Thu, 6 Sep 2001, Ryan Bloom wrote:

> On Thursday 06 September 2001 10:03, Stas Bekman wrote:
> > On Thu, 6 Sep 2001, Ryan Bloom wrote:
> > > On Thursday 06 September 2001 09:35, Stas Bekman wrote:
> > > > On Thu, 6 Sep 2001, jean-frederic clere wrote:
> > > > > It fixes the problem I had, thanks - Do not forget to commit it -
> > > >
> > > > I don't have commit access to httpd. Ryan will probably commit for me
> > > > :)
> > >
> > > Doug beat me to it.  :-)
> >
> > it seems weird, but I can see the log from dougm, but apxs.in wasn't
> > changed in cvs.  Do I miss something?
>
> It was changed for me.  :-?

doh, it's a different patch :) I should have done this in first place.

cvs diff -r 1.26 -r 1.27 apxs.in
Index: apxs.in
===================================================================
RCS file: /home/cvspublic/httpd-2.0/support/apxs.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- apxs.in     2001/08/30 23:18:39     1.26
+++ apxs.in     2001/09/06 15:31:09     1.27
@@ -261,6 +261,7 @@
             my $val = exists $config_vars{$arg}
                 ? $config_vars{$arg}
                 : $config_vars{lc $arg};
+            $val =~ s/[()]//g;
             $result .= eval qq("$val");
             $result .= ";;";
             $ok = 1;




_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


Reply via email to