blob: dba82d45d7acfc5b307dd39c94d204bfee9b81b8 [file] [log] [blame]
<div class="wiki-content maincontent"><p>When you build the ActiveMQ-CPP library using the GNU AutoTools the Configure script will automatically search for OpenSSL on your system and enable support for it in the code if its found. The search might fail if you have installed OpenSSL in a non-standard location in which case you can tell the configure script where to look using the <em>with-openssl</em> option, see below for an example.</p>
<structured-macro ac:macro-id="eb19df99-c256-49b9-ad5f-de3e5b67ccbf" ac:name="noformat" ac:schema-version="1"><plain-text-body>
./configure --with-openssl=/opt/special/openssl
</plain-text-body></structured-macro></div>