diff --git a/configure.py b/configure.py index 8cb9a11..e9575e6 100755 --- a/configure.py +++ b/configure.py @@ -250,6 +250,12 @@ Matching = True # Object matches and should be linked NonMatching = False # Object does not match and should not be linked Equivalent = config.non_matching # Object should be linked when configured with --non-matching + +# Object is only matching for specific versions +def MatchingFor(*versions): + return config.version in versions + + config.warn_missing_config = True config.warn_missing_source = False config.libs = [