cvs commit: ponie Configure.pl

[email protected] (Nicholas Clark) 21 Jul 2004 14:24:44 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
cvsuser     04/07/21 07:24:43

  Modified:    .        Configure.pl
  Log:
  Don't want to build ponie with shared perl library (yet)
  
  Revision  Changes    Path
  1.33      +2 -1      ponie/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /cvs/public/ponie/Configure.pl,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -w -r1.32 -r1.33
  --- Configure.pl	21 Jul 2004 09:46:07 -0000	1.32
  +++ Configure.pl	21 Jul 2004 14:24:43 -0000	1.33
  @@ -1,5 +1,5 @@
   #!/usr/bin/perl -w
  -# $Id: Configure.pl,v 1.32 2004/07/21 09:46:07 nicholas Exp $
  +# $Id: Configure.pl,v 1.33 2004/07/21 14:24:43 nicholas Exp $
   
   use strict;
   use Config;
  @@ -20,6 +20,7 @@
     my $config_value = $Config{"config_arg$i"};
     next if($config_value =~/thread/i);
     next if($config_value eq '-Dmksymlinks');
  +  next if($config_value eq '-Duseshrplib');
     next if($config_value =~/\-de/);
     # No, we need to override the linker
     if ($config_value =~/\-Dlink=/) {