Skip to content

Commit

Permalink
explicitly return true if we have a compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed May 29, 2006
1 parent 3d56e3f commit d13fd60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,6 @@ EOF
close F or return 0;

system( "$Config{cc} -o test$Config{obj_ext} test.c" ) and return 0;

return 1;
}

0 comments on commit d13fd60

Please sign in to comment.