Hi All,
If --enable-ssl is passed to ./configure (aconfigure) it actually ends
up disabling ssl completely.
I'm using the attached patch to work around this. I'm not sure this is
the best possible solution.
Essentially this just breaks the checking for openssl/gnutls off into a
separate if that runs assuming ssl isn't explicitly disabled.
If libraries is found, ssl is enabled.
If not found, it explicitly fails if --enable-ssl was passed.
I'm not convinced this is the best possible solution, happy to rework if
this isn't good enough.
Kind Regards,
Jaco
Hi All,
If --enable-ssl is passed to ./configure (aconfigure) it actually ends
up disabling ssl completely.
I'm using the attached patch to work around this. I'm not sure this is
the best possible solution.
Essentially this just breaks the checking for openssl/gnutls off into a
separate if that runs assuming ssl isn't explicitly disabled.
If libraries is found, ssl is enabled.
If not found, it explicitly fails if --enable-ssl was passed.
I'm not convinced this is the best possible solution, happy to rework if
this isn't good enough.
Kind Regards,
Jaco