Ticket #1105: fix_auto_frames_detection.patch

File fix_auto_frames_detection.patch, 508 bytes (added by plobsing, 12 years ago)
  • config/auto/frames.pm

     
    4949        $can_build_call_frames = $conf->options->get('buildframes'); 
    5050    } 
    5151    else { 
    52         $can_build_call_frames = ($nvsize == 8 && $cpuarch eq 'i386' 
    53             && $osname ne 'darwin'); 
     52        $can_build_call_frames = $conf->data->get('HAS_LIBJIT'); 
    5453    } 
    5554    return $can_build_call_frames; 
    5655}