Fix typo truncating ./waf configure output.
authorCarl Hetherington <cth@carlh.net>
Fri, 3 Jul 2020 22:21:35 +0000 (00:21 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 3 Jul 2020 22:21:35 +0000 (00:21 +0200)
src/wx/wscript

index c2d4357fb6ce4f8f1e9553e5b02020912f0d6d6d..7b4b96653a052f1200e50c14e6c6887cdf5e9711 100644 (file)
@@ -219,7 +219,7 @@ def configure(conf):
 
     conf.in_msg = 1
     wx_version = conf.check_cfg(package='wxwidgets', path=wx_config, args='--version').strip()
-    conf.im_msg = 0
+    conf.in_msg = 0
     if not wx_version.startswith('3.0.'):
         conf.fatal('wxwidgets version 3.0.x is required; %s found' % wx_version)