Changeset 5869
- Timestamp:
- 07/06/09 00:05:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/privinc/Module/Install/PRIVATE/Padre.pm
r5512 r5869 68 68 $widgets_human =~ s/\.0*/./g; 69 69 print "Found wxWidgets $widgets_human\n"; 70 unless ( $widgets >= 2.008008 ) {70 unless ( $widgets >= 2.008008 or $ENV{SKIP_WXWIDGETS_VERSION_CHECK} ) { 71 71 nono("Padre needs at least version 2.8.8 of wxWidgets. You have wxWidgets $widgets_human"); 72 72 }
Note: See TracChangeset
for help on using the changeset viewer.
