X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=configure;h=29b7ad91dfcc98f5f702b74d9d16b1d93d2c5f75;hb=fee34e098c48e2564bc8762899ff2e91820da5d2;hp=16d4ab88463efceddd80ae14ded211adcc70d1fd;hpb=59e9ff6243465640956b58ad1756a3ede53eca7c;p=openldap diff --git a/configure b/configure index 16d4ab8846..29b7ad91df 100755 --- a/configure +++ b/configure @@ -761,6 +761,7 @@ AUTH_LIBS LIBSLAPI SLAPI_LIBS MODULES_LIBS +WITH_TLS_TYPE TLS_LIBS SASL_LIBS KRB5_LIBS @@ -5223,6 +5224,7 @@ KRB4_LIBS= KRB5_LIBS= SASL_LIBS= TLS_LIBS= +WITH_TLS_TYPE= MODULES_LIBS= SLAPI_LIBS= LIBSLAPI= @@ -15701,6 +15703,7 @@ fi if test $have_openssl = yes ; then ol_with_tls=openssl ol_link_tls=yes + WITH_TLS_TYPE=openssl $as_echo "#define HAVE_OPENSSL 1" >>confdefs.h @@ -15835,6 +15838,7 @@ fi if test $have_gnutls = yes ; then ol_with_tls=gnutls ol_link_tls=yes + WITH_TLS_TYPE=gnutls TLS_LIBS="-lgnutls"