[svn:parrot] r36636 - trunk/config/auto
Infinoid at svn.parrot.org
Infinoid at svn.parrot.org
Thu Feb 12 18:41:43 UTC 2009
Author: Infinoid
Date: Thu Feb 12 18:41:42 2009
New Revision: 36636
URL: https://trac.parrot.org/parrot/changeset/36636
Log:
Apply exec_test.patch from doughera++ in TT #261. Fixes some fallout from r36176, and it might fix TT #261.
Modified:
trunk/config/auto/jit.pm
Modified: trunk/config/auto/jit.pm
==============================================================================
--- trunk/config/auto/jit.pm Thu Feb 12 18:30:13 2009 (r36635)
+++ trunk/config/auto/jit.pm Thu Feb 12 18:41:42 2009 (r36636)
@@ -113,7 +113,7 @@
_handle_execcapable($conf, $execcapable);
# test for executable malloced memory
- if ( -e "config/auto/jit/test_exec_$osname.in" ) {
+ if ( -e "config/auto/jit/test_exec_${osname}_c.in" ) {
print " (has_exec_protect " if $verbose;
$conf->cc_gen("config/auto/jit/test_exec_${osname}_c.in");
eval { $conf->cc_build(); };
More information about the parrot-commits
mailing list