12 lines
340 B
Diff
12 lines
340 B
Diff
|
--- Build.PL.orig 2010-12-27 01:18:00.000000000 +0100
|
||
|
+++ Build.PL 2010-12-27 01:18:20.000000000 +0100
|
||
|
@@ -123,7 +123,7 @@
|
||
|
# if anything went wrong in the autodetection, revert to the correct
|
||
|
# default
|
||
|
if( !$ok ) {
|
||
|
- $build_wx_dflt = 'yes';
|
||
|
+ die "not ok";
|
||
|
}
|
||
|
|
||
|
# detect wxWidgets using WXDIR/WXWIN environment variables on Win32
|