cvsuser     01/09/18 10:49:22

  Modified:    .        Configure.pl
  Log:
  Remove unnecessary -I.. (courtesy of Andy Dougherty <[EMAIL PROTECTED]>}
  
  Revision  Changes    Path
  1.8       +2 -2      parrot/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /home/perlcvs/parrot/Configure.pl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -w -r1.7 -r1.8
  --- Configure.pl      2001/09/18 01:20:43     1.7
  +++ Configure.pl      2001/09/18 17:49:22     1.8
  @@ -18,7 +18,7 @@
   );
   
   if( $opt_version ) {
  -     print '$Id: Configure.pl,v 1.7 2001/09/18 01:20:43 gregor Exp $' . "\n";
  +     print '$Id: Configure.pl,v 1.8 2001/09/18 17:49:22 brentdax Exp $' . "\n";
        exit;
   }
   
  @@ -64,7 +64,7 @@
        nv =>                   ($Config{nvtype}||'double'),
        cc =>                   $Config{cc},
        #ADD C COMPILER FLAGS HERE
  -     ccflags =>              $Config{ccflags}." -I.. -I./include",
  +     ccflags =>              $Config{ccflags}." -I./include",
        libs =>                 $Config{libs},
        perl =>                 $^X,
        cc_debug =>             '-g',
  
  
  

Reply via email to