aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-01-21 16:41:30 +0000
committerlloyd <[email protected]>2010-01-21 16:41:30 +0000
commitf263a8f1c43b065404eb1f965280a1fc860171bc (patch)
tree7384d609efd29bc0d47cdab6df7abb4a69fc4a72 /configure.py
parent412a13fc607a57bd9986155d247353ba8e5fb203 (diff)
Post-merge fixes
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index 39120d22a..9a566f716 100755
--- a/configure.py
+++ b/configure.py
@@ -1018,8 +1018,7 @@ def choose_modules_to_use(modules, archinfo, options):
cannot_use_because(modname, 'incompatible CPU')
elif not module.compatible_os(options.os):
cannot_use_because(modname, 'incompatible OS')
- elif not module.compatible_compiler(options.compiler,
- options.with_tr1):
+ elif not module.compatible_compiler(options.compiler):
cannot_use_because(modname, 'incompatible compiler')
else: