dougm       02/05/23 16:01:55

  Modified:    src/modules/perl mod_perl.c
  Log:
  pp_srefgen workaround should be applied to 5.6.x not just 5.6.1
  
  Revision  Changes    Path
  1.119     +1 -1      modperl-2.0/src/modules/perl/mod_perl.c
  
  Index: mod_perl.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/mod_perl.c,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- mod_perl.c        23 May 2002 22:40:47 -0000      1.118
  +++ mod_perl.c        23 May 2002 23:01:55 -0000      1.119
  @@ -42,7 +42,7 @@
       apr_pool_t *p = MP_boot_data.p; \
       server_rec *s = MP_boot_data.s
   
  -#if defined(USE_ITHREADS) && defined(MP_PERL_5_6_1)
  +#if defined(USE_ITHREADS) && defined(MP_PERL_5_6_x)
   #   define MP_REFGEN_FIXUP
   #endif
   
  
  
  


Reply via email to