Ticket #261: exec_test.patch

File exec_test.patch, 0.6 KB (added by doughera, 13 years ago)
  • config/auto/jit.pm

    diff -r -u parrot-cc/config/auto/jit.pm parrot-andy/config/auto/jit.pm
    old new  
    113113    _handle_execcapable($conf, $execcapable); 
    114114 
    115115    # test for executable malloced memory 
    116     if ( -e "config/auto/jit/test_exec_$osname.in" ) { 
     116    if ( -e "config/auto/jit/test_exec_${osname}_c.in" ) { 
    117117        print " (has_exec_protect " if $verbose; 
    118118        $conf->cc_gen("config/auto/jit/test_exec_${osname}_c.in"); 
    119119        eval { $conf->cc_build(); };