ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/moreconfigure.pl
(Generate patch)

Comparing moreconfigure.pl (file contents):
Revision 1.5 by arta, Mon Sep 28 18:09:21 2009 UTC vs.
Revision 1.6 by arta, Mon Sep 28 21:09:28 2009 UTC

# Line 100 | Line 100 | if (defined($outfile))
100      # Error messages
101      if (!$hasicc && !$hasgcc)
102      {
103 <        print "Warning: Acceptable C compiler not found! icc will be assumed.\n";
103 >        print "Warning: Acceptable C compiler not found!\n";
104      }
105      elsif ($hasicc)
106      {
# Line 113 | Line 113 | if (defined($outfile))
113  
114      if (!$hasifort && !$hasgfort)
115      {
116 <        print "Warning: Acceptable Fortran compiler not found! ifort will be assumed.\n";
116 >        print "Warning: Acceptable Fortran compiler not found!\n";
117      }
118      elsif ($hasifort)
119      {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines