Changeset 5869


Ignore:
Timestamp:
07/06/09 00:05:52 (3 years ago)
Author:
ryan52
Message:

add SKIP_WXWIDGETS_VERSION_CHECK environment variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/privinc/Module/Install/PRIVATE/Padre.pm

    r5512 r5869  
    6868    $widgets_human =~ s/\.0*/./g; 
    6969    print "Found wxWidgets $widgets_human\n"; 
    70     unless ( $widgets >= 2.008008 ) { 
     70    unless ( $widgets >= 2.008008 or $ENV{SKIP_WXWIDGETS_VERSION_CHECK} ) { 
    7171        nono("Padre needs at least version 2.8.8 of wxWidgets. You have wxWidgets $widgets_human"); 
    7272    } 
Note: See TracChangeset for help on using the changeset viewer.