X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=efb19bfc13fcd7155a18d983fdc308c65edb7abb;hb=dfc00bf4adad93cf7b51646186ccbb6ce2ff0443;hp=ef6846e50ad6545e60225e7542d1fc1b79142657;hpb=2e4b6efa9d8d0283a646f5d4f5778a149043fb8c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index ef6846e50..efb19bfc1 100755 --- a/configure +++ b/configure @@ -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'; }