diff options
author | Jack Lloyd <[email protected]> | 2017-01-11 21:45:46 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-11 21:45:46 -0500 |
commit | fd4e98590203b07314e6469eebc6deea00960851 (patch) | |
tree | 9fe055bbc5050c3b675860565cc85765c24b9d16 /configure.py | |
parent | c2f3855787d844acb5d170be7ac834301bbdfd61 (diff) | |
parent | a9ffb595c2382efa12c80e2665f308b85aee8050 (diff) |
Merge GH #837 Enable PKCS11 module by default, remove --with-pkcs11 option
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
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), |