cvs commit: ponie Configure.pl
[email protected] (Arthur Bergman)
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 03/09/11 09:17:23
Modified: . Configure.pl
Log:
not every time please
Revision Changes Path
1.5 +1 -1 ponie/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /cvs/public/ponie/Configure.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- Configure.pl 11 Sep 2003 14:10:42 -0000 1.4
+++ Configure.pl 11 Sep 2003 16:17:23 -0000 1.5
@@ -30,7 +30,7 @@
delete($ENV{'PERL5LIB'});
unless(-e 'parrot/parrot') {
- do_perl_configure();
+ do_perl_configure() unless(-e 'perl/config.h');
chdir('parrot') || die "You need to checkout parrot inside ponie";
chdir('classes') || die;
system('rm -f perl5lv.pmc') && die "Error";