Changeset 2168


Ignore:
Timestamp:
12/23/08 03:07:07 (3 years ago)
Author:
szabgab
Message:

use the win32 call of Module::Install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/Makefile.PL

    r2167 r2168  
    2121# which blows up when checking the Wx version. So we disable it. 
    2222# See  #170 
    23 if ($^O eq 'Win32' or $ENV{DISPLAY}) { 
     23if (win32 or $ENV{DISPLAY}) { 
    2424    check_wx_version; 
    2525} 
Note: See TracChangeset for help on using the changeset viewer.