diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-06-15 18:23:04 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-06-15 18:23:04 +0200 |
commit | c050eb2d45c80cf15ffc5f427690d40059e2ae4a (patch) | |
tree | 03b349c4ce3ec1f0a6cb03f5615683584ba57a35 /configure | |
parent | 8314fdddcefc7eed2f7f464ebdc8c75e3c1f5540 (diff) |
Add mbedTLS SSL module
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -298,6 +298,7 @@ if (prompt_bool $interactive, $question, 0) { # TODO: finish modulemanager rewrite and replace this code with: # system './modulemanager', 'enable', '--auto'; enable_extras 'm_ssl_gnutls.cpp' unless system 'pkg-config --exists gnutls >/dev/null 2>&1'; + enable_extras 'm_ssl_mbedtls.cpp' if -e '/usr/include/mbedtls/ssl.h'; enable_extras 'm_ssl_openssl.cpp' unless system 'pkg-config --exists openssl >/dev/null 2>&1'; } |