Joshua Isom wrote:
[snip




Oh, and I do have gmake installed, I just don't use it.


If you have gmake installed, then shouldn't $conf->data->get('gmake_version') return a true value?

>>
>>     if ( $conf->data->get('gmake_version') ) {
>>         $conf->data->set( make_c => "$prog -C" );
>>     }
>>     else {

If so, how would you ever get into the 'else' block, which is the location where this substitution becomes operative?

If you can get $conf->data->get('gmake_version') to return a false value despite having gmake installed, can you supply a test for that?

Thank you very much.

kid51

Reply via email to