aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-17 07:19:37 +0000
committerlloyd <[email protected]>2009-11-17 07:19:37 +0000
commite00b46cf9c1dcb364ebb7d5968d6ff9dcd600c4e (patch)
tree8ffb8d032f06bbcb7ab376c7469751a25b556dca /configure.py
parenta98a9ff5f95bd4dca9c1eda11e27e712c869cd66 (diff)
Move most code that relies heavily on Filters into src/filters.
Remove support for (unused) modset settings. Move tss, fpe, cryptobox, and aont to new dir constructs
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index 83ca926be..aa1f43948 100755
--- a/configure.py
+++ b/configure.py
@@ -367,10 +367,8 @@ class ModuleInfo(object):
['add', 'requires', 'os', 'arch', 'cc', 'libs'],
{ 'load_on': 'auto',
'define': None,
- 'modset': None,
'uses_tr1': 'false',
'need_isa': None,
- 'note': '',
'mp_bits': 0 })
if self.add == []: