diff -r -u parrot-cc/config/auto/jit.pm parrot-andy/config/auto/jit.pm --- parrot-cc/config/auto/jit.pm 2009-02-01 20:44:28.000000000 -0500 +++ parrot-andy/config/auto/jit.pm 2009-02-11 09:58:05.000000000 -0500 @@ -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(); };