Description
Specifying a custom libcurl directory via --with-curl works well, but --with-sasl doesn't work.
libcurl installed at $HOME/libcurl and libsasl2 installed at $HOME/libsasl.
Ran: ../configure --with-curl=$HOME/libcurl --with-sasl=$HOME/libsasl
checking for curl_global_init in -lcurl... yes
checking for sasl_done in -lsasl2... no
configure: error: cannot find libsasl2
-------------------------------------------------------------------
We need libsasl2 for authentication!
-------------------------------------------------------------------