cURL cross compile SSL enable

Israel
Hello,

By configuring cURL for cross-compile, it doesn't enable SSL protocol.
Is necessary cross-compile a SSL lib, that can be openssl, polarssl,
gnutls, axtls, nss or cyassl.

I have polarssl cross-compiled now.

On the configure command, I used the option: 

./configure xxxx --with-polarssl=/path/to/polarssl

acordingly with the configure help, but it doesn't works, and the configure
file says:

checking for ssl_init in -lpolarssl... no
configure: WARNING: SSL disabled, you will not be able to use HTTPS, FTPS,
NTML and more.

Can someone help-me?

OBS: Normal compilation works normally with option --with-polarssl