cvs commit: ponie Configure.pl

[email protected] (Nicholas Clark) 23 Mar 2005 17:18:38 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
cvsuser     05/03/23 09:18:37

  Modified:    .        Configure.pl
  Log:
  Space in the wrong place
  
  Revision  Changes    Path
  1.41      +2 -2      ponie/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /cvs/public/ponie/Configure.pl,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- Configure.pl	16 Oct 2004 22:31:39 -0000	1.40
  +++ Configure.pl	23 Mar 2005 17:18:37 -0000	1.41
  @@ -1,5 +1,5 @@
   #!/usr/bin/perl -w
  -# $Id: Configure.pl,v 1.40 2004/10/16 22:31:39 nicholas Exp $
  +# $Id: Configure.pl,v 1.41 2005/03/23 17:18:37 nicholas Exp $
   
   use strict;
   use Config;
  @@ -106,7 +106,7 @@
       }
       $bonus_libs .= "-lparrot -licuuc -licudata -lponie";
       if (" $Parrot::Config::PConfig{libs} " =~ / -lgmp /) {
  -	$bonus_libs .= "-lgmp ";
  +	$bonus_libs .= " -lgmp";
       }
       $munge{cppflags} = $munge{ccflags} = " -I${inc_path} -I${inc_path_pmc}";
       $munge{ldflags} = $munge{lddlflags}