diff options
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 371e8390f..947d85066 100755 --- a/configure.py +++ b/configure.py @@ -386,7 +386,7 @@ def process_command_line(args): mods_group.add_option('--no-autoload', action='store_true', default=False, help='disable automatic loading') - third_party = ['boost', 'sqlite3', 'zlib', 'bzip2', 'lzma'] + third_party = ['boost', 'sqlite3', 'openssl', 'zlib', 'bzip2', 'lzma'] hidden_third_party = ['gnump'] for mod in third_party + hidden_third_party: |