cvsuser 04/03/13 08:38:59
Modified: config/auto memalign.pl
Log:
Dur.
Revision Changes Path
1.9 +2 -2 parrot/config/auto/memalign.pl
Index: memalign.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/memalign.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -r1.8 -r1.9
--- memalign.pl 13 Mar 2004 16:35:30 -0000 1.8
+++ memalign.pl 13 Mar 2004 16:38:59 -0000 1.9
@@ -1,5 +1,5 @@
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: memalign.pl,v 1.8 2004/03/13 16:35:30 brentdax Exp $
+# $Id: memalign.pl,v 1.9 2004/03/13 16:38:59 brentdax Exp $
=head1 NAME
@@ -50,7 +50,7 @@
cc_gen('config/auto/memalign/test_c2.in');
eval { cc_build(); };
- unless ($@ || cc_run() !~ /ok/) {
+ unless ($@ || cc_run_capture() !~ /ok/) {
$test2 = 1;
}
cc_clean();