layout: default_md title: How do I prevent autoconf from enabling OpenSSL support title-class: page-title-activemq5 type: activemq5

Index > Community > FAQ > Building FAQs > OpenSSL Support > How do I prevent autoconf from enabling OpenSSL support

In some cases you may not want to build in support for OpenSSL, since the Autotools script do this automatically we have provided a means to disable this, just add the disable-ssl options to your configure and no SSL support will be added:

./configure --disable-ssl