repackagers is a can of worms.
ol_link_tls=no
if test $ol_with_tls != no ; then
- for ac_hdr in ssl.h ssl/ssl.h
+ for ac_hdr in ssl.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
done
- if test $ac_cv_header_ssl_h = yes -o $ac_cv_header_ssl_ssl_h = yes ; then
+ if test $ac_cv_header_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_%'`
ol_link_tls=no
if test $ol_with_tls != no ; then
- AC_CHECK_HEADERS(ssl.h ssl/ssl.h)
+ AC_CHECK_HEADERS(ssl.h)
- if test $ac_cv_header_ssl_h = yes -o $ac_cv_header_ssl_ssl_h = yes ; then
+ if test $ac_cv_header_ssl_h = yes ; then
AC_CHECK_LIB(ssl, SSLeay_add_ssl_algorithms,
[have_ssleay=yes
need_rsaref=no],
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
+/* Name of package */
+#undef PACKAGE
+
+/* Version number of package */
+#undef VERSION
+
/* define if you have -lxttp */
#undef HAVE_XTPP