cvs commit: ponie Configure.pl

[email protected] (Nicholas Clark) 18 Aug 2004 16:51:01 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
cvsuser     04/08/18 09:51:00

  Modified:    .        Configure.pl
  Log:
  No need for --gc=libc now that Dan has improved the extending interface to
  auto-set the stacktop.
  
  Revision  Changes    Path
  1.34      +2 -2      ponie/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /cvs/public/ponie/Configure.pl,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -w -r1.33 -r1.34
  --- Configure.pl	21 Jul 2004 14:24:43 -0000	1.33
  +++ Configure.pl	18 Aug 2004 16:51:00 -0000	1.34
  @@ -1,5 +1,5 @@
   #!/usr/bin/perl -w
  -# $Id: Configure.pl,v 1.33 2004/07/21 14:24:43 nicholas Exp $
  +# $Id: Configure.pl,v 1.34 2004/08/18 16:51:00 nicholas Exp $
   
   use strict;
   use Config;
  @@ -78,7 +78,7 @@
     }
   }
   
  -system($^X,'Configure.pl', "--gc=libc",
  +system($^X,'Configure.pl',
          "--ccflags= :add{ -I$dir/perl}",
          @ARGV)
     && die "error";