X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fconfigure.ac;h=26c2eb5510dcb882067ebb047b257d2113e70755;hb=58d36f02b45c5af38b7df81fb7976129cad3e05b;hp=74d5113b93e53365a76c0d6882b181c9ec0ffd64;hpb=46c1c11ba08512a5e37392de1ddb306b139a5bcf;p=vpp.git diff --git a/src/configure.ac b/src/configure.ac index 74d5113b93e..26c2eb5510d 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -231,6 +231,7 @@ PLUGIN_ENABLED(srv6am) PLUGIN_ENABLED(srv6as) PLUGIN_ENABLED(stn) PLUGIN_ENABLED(tlsmbedtls) +PLUGIN_ENABLED(tlsopenssl) ############################################################################### # Dependency checks @@ -306,6 +307,12 @@ AM_COND_IF([ENABLE_TLSMBEDTLS_PLUGIN], ], []) ]) +AM_COND_IF([WITH_LIBSSL], [], +[ + AC_MSG_WARN([openssl not enabled. Disabling tlsopenssl plugin]) + enable_tlsopenssl_plugin=no + AM_CONDITIONAL(ENABLE_TLSOPENSSL_PLUGIN, false) +]) ############################################################################### # JAVA