Understanding '.configure --help' options

I'm trying to figure out if the openldap software installed on one of my boxes (downloaded from openldap.org and installed via ./configure, make, make install) is able to use SSL.

I can see that 'configure' wasn't originally run with anything to enable TLS.

When I run configure --help, I see that TLS functionality is listed as [auto], as opposed to [yes] or [no] for a default value.

Can anyone tell me what [auto] means?

Thanks.

[466 byte] By [Steve_Adamsa] at [2007-11-26 14:07:15]
# 1
auto probably means it is going to search your path for the openssl libraries, there should be a --with-ssl=pathtossl option you can specify if i recall correctly.
cashdolla at 2007-7-8 1:52:58 > top of Java-index,General,Sys Admin Best Practices...