cvs commit: ponie Configure.pl
[email protected] (Nicholas Clark) 30 Apr 2004 18:41:00 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/04/30 11:41:00
Modified: . Configure.pl
Log:
Part 1 of fixing ExtUtils/t/Embed.t - need to munge libpth rather than glibpth
Revision Changes Path
1.20 +1 -1 ponie/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /cvs/public/ponie/Configure.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -w -r1.19 -r1.20
--- Configure.pl 29 Apr 2004 16:17:08 -0000 1.19
+++ Configure.pl 30 Apr 2004 18:41:00 -0000 1.20
@@ -91,7 +91,7 @@
$munge{libpth} = $lib_path;
while (my ($key, $value) = each %munge) {
- s/($key='[^']*)'$/$1 $value'/m or die "Can't find config.sh line for $key";
+ s/(^$key='[^']*)'$/$1 $value'/m or die "Can't find config.sh line for $key";
}
rename "config.sh", "config.sh.before";