]> git.sur5r.net Git - openldap/commitdiff
Regenerate configure. Last commit was in error.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 29 Apr 1999 18:32:40 +0000 (18:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 29 Apr 1999 18:32:40 +0000 (18:32 +0000)
configure

index 7c88e31f8d0c30c1dd4cf892fc23a970969718f0..74d1b37859855cb4cb86047af402df7d2938542b 100755 (executable)
--- a/configure
+++ b/configure
@@ -4154,7 +4154,7 @@ fi
 ol_link_tls=no
 if test $ol_with_tls != no ; then
        
-       for ac_hdr in ssl.h
+       for ac_hdr in ssl.h ssl/ssl.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@@ -4195,7 +4195,7 @@ fi
 done
 
        
-       if test $ac_cv_header_ssl_h = yes ; then
+       if test $ac_cv_header_ssl_h = yes -o $ac_cv_header_ssl_ssl_h = yes ; then
                echo $ac_n "checking for SSLeay_add_ssl_algorithms in -lssl""... $ac_c" 1>&6
 echo "configure:4201: checking for SSLeay_add_ssl_algorithms in -lssl" >&5
 ac_lib_var=`echo ssl'_'SSLeay_add_ssl_algorithms | sed 'y%./+-%__p_%'`