Changeset 3084 for branches/mcstas-1.x

Show
Ignore:
Timestamp:
05/24/11 13:04:46 (12 months ago)
Author:
pkwi
Message:

No reason to check for gnuplot - is now provided with the win32 package

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/mcstas-1.x/mcconfig.pl

    r2125 r3084  
    77our $tcltk; 
    88our $matlab; 
    9 our $gnuplot; 
    109our $cc; 
    1110our $mpirun; 
     
    5554 
    5655    print STDOUT "$scilab\n"; 
    57  
    58     print STDOUT "Checking for gnuplot: "; 
    59  
    60       $failed=system("$which pgnuplot.exe"); 
    61       $gnuplot = (not $failed) ? "pgnuplot.exe" : "no"; 
    62  
    63     print STDOUT "$gnuplot\n"; 
    6456     
    6557    print STDOUT "Checking for SSH: "; 
     
    179171        print WRITE "     MATLAB => '$matlab',\n"; 
    180172    } elsif (/\w*GNUPLOT \=\w*/) { 
    181         print WRITE "     GNUPLOT => '$gnuplot',\n"; 
     173        print WRITE "     GNUPLOT => 'gnuplot.exe',\n"; 
    182174    } elsif (/\w*TCLTK \=\w*/) { 
    183175        print WRITE "     TCLTK => '$tcltk',\n";