aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-01-11 21:45:46 -0500
committerJack Lloyd <[email protected]>2017-01-11 21:45:46 -0500
commitfd4e98590203b07314e6469eebc6deea00960851 (patch)
tree9fe055bbc5050c3b675860565cc85765c24b9d16 /configure.py
parentc2f3855787d844acb5d170be7ac834301bbdfd61 (diff)
parenta9ffb595c2382efa12c80e2665f308b85aee8050 (diff)
Merge GH #837 Enable PKCS11 module by default, remove --with-pkcs11 option
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 9d99c64a1..35f9f7224 100755
--- a/configure.py
+++ b/configure.py
@@ -408,7 +408,7 @@ def process_command_line(args):
help='minimize build')
# Should be derived from info.txt but this runs too early
- third_party = ['boost', 'bzip2', 'lzma', 'openssl', 'sqlite3', 'zlib', 'tpm', 'pkcs11']
+ third_party = ['boost', 'bzip2', 'lzma', 'openssl', 'sqlite3', 'zlib', 'tpm']
for mod in third_party:
mods_group.add_option('--with-%s' % (mod),