cvsuser     01/09/20 18:43:50

  Modified:    .        Configure.pl
  Log:
  Fix a typo that forced the -g flag on
  
  Revision  Changes    Path
  1.12      +2 -2      parrot/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /home/perlcvs/parrot/Configure.pl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -w -r1.11 -r1.12
  --- Configure.pl      2001/09/20 13:35:26     1.11
  +++ Configure.pl      2001/09/21 01:43:50     1.12
  @@ -18,7 +18,7 @@
   );
   
   if( $opt_version ) {
  -     print '$Id: Configure.pl,v 1.11 2001/09/20 13:35:26 mon Exp $' . "\n";
  +     print '$Id: Configure.pl,v 1.12 2001/09/21 01:43:50 brentdax Exp $' . "\n";
        exit;
   }
   
  @@ -105,7 +105,7 @@
   
   unless( $c{debugging} ) {
        $c{ld_debug} = ' ';
  -     $c{cc_denug} = ' ';
  +     $c{cc_debug} = ' ';
   }
   
   print <<"END";
  
  
  

Reply via email to