Revert "Allow building with wxWidgets 3.1.x."
authorCarl Hetherington <cth@carlh.net>
Sun, 22 Oct 2017 22:48:12 +0000 (23:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 22 Oct 2017 22:48:12 +0000 (23:48 +0100)
This reverts commit f23a04630806d47bcaf6894271365c49c288ba50.

src/wx/wscript

index cb7e98d7082f9a66cae2ffa6e5f70247f215994b..7346f3a2f4073fc250831207fe18190c98d31bda 100644 (file)
@@ -159,8 +159,8 @@ def configure(conf):
     conf.in_msg = 1
     wx_version = conf.check_cfg(package='', path=wx_config, args='--version').strip()
     conf.im_msg = 0
-    if not wx_version.startswith('3.'):
-        conf.fatal('wxwidgets version 3.x.y is required; %s found' % wx_version)
+    if not wx_version.startswith('3.0.'):
+        conf.fatal('wxwidgets version 3.0.x is required; %s found' % wx_version)
 
     try:
         conf.check_cfg(msg='Checking for RtAudio using pkg-config',