summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-19 11:22:53 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-19 11:22:53 +0000
commitf15c9e417a3e1f0602250066202d51469643c7f8 (patch)
treeec02f90e0c977a4e28ca7283cfd79936f5777b9d /src
parentcd9ae4c443676475def304cf609d46f278385153 (diff)
Remove broken wx version check.
Diffstat (limited to 'src')
-rw-r--r--src/wx/wscript5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wx/wscript b/src/wx/wscript
index bf7d2d1cf..4dbb04eea 100644
--- a/src/wx/wscript
+++ b/src/wx/wscript
@@ -1,8 +1,5 @@
def configure(conf):
- if conf.env.TARGET_WINDOWS:
- conf.check_cfg(package = '', atleast_version = '2.9.4', path = 'wx-config', args = '--cppflags --cxxflags --libs', uselib_store = 'WXWIDGETS', mandatory = True)
- else:
- conf.check_cfg(package = '', atleast_version = '2.8.12', path = 'wx-config', args = '--cppflags --cxxflags --libs', uselib_store = 'WXWIDGETS', mandatory = True)
+ conf.check_cfg(package = '', path = 'wx-config', args = '--cppflags --cxxflags --libs', uselib_store = 'WXWIDGETS', mandatory = True)
def build(bld):
if bld.env.STATIC: