• Daniel Thayer's avatar
    Add "--with-openssl" option to the "configure" script · e20e20d9
    Daniel Thayer authored
    Added a new option "--with-openssl" to the "configure" script so
    that a user can specify the location of the OpenSSL library and
    headers.  This is needed in cases where OpenSSL is not found
    automatically or if the wrong version is found.  For example, in order
    to build CAF on macOS, we need to specify "--with-openssl=/opt/local"
    when using MacPorts, or "--with-openssl=/usr/local/opt/openssl" when
    using Homebrew.
    e20e20d9
configure 14.7 KB