// Checks on windows that we have a Fortran 90 compiler (Intel)
if haveacompiler() then
- if ( (getos() == 'Windows' & findmsifortcompiler() <> 'unknown') | (~MSDOS) ) then
+ if ( (getos() == 'Windows' & findmsifortcompiler() <> 'unknown') | (getos() <> 'Windows') ) then
ilib_verbose(0);
sourcecode=['subroutine incrdoublef90(x,y)'
' implicit none'