cvsuser 04/03/13 08:35:30
Modified: config/auto memalign.pl
Log:
Output cleanup on Tru64--apparently some sort of runtime linking happens
there. Jarkko asked very nicely for me to fix this, so I did.
Revision Changes Path
1.8 +2 -2 parrot/config/auto/memalign.pl
Index: memalign.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/memalign.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -r1.7 -r1.8
--- memalign.pl 6 Mar 2004 22:24:30 -0000 1.7
+++ memalign.pl 13 Mar 2004 16:35:30 -0000 1.8
@@ -1,5 +1,5 @@
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: memalign.pl,v 1.7 2004/03/06 22:24:30 brentdax Exp $
+# $Id: memalign.pl,v 1.8 2004/03/13 16:35:30 brentdax Exp $
=head1 NAME
@@ -41,7 +41,7 @@
cc_gen('config/auto/memalign/test_c.in');
eval { cc_build(); };
- unless ($@ || cc_run() !~ /ok/) {
+ unless ($@ || cc_run_capture() !~ /ok/) {
$test = 1;
}
cc_clean();