diff options
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | aclocal.m4 | 6 | ||||
-rwxr-xr-x | configure | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES index d6509e24..fa8a0e31 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,11 @@ --- $LynxId: CHANGES,v 1.326 2008/12/15 00:24:56 tom Exp $ +-- $LynxId: CHANGES,v 1.327 2008/12/16 01:14:20 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== +2008-12-?? (2.8.7dev.12) +* correct handling of --with-ssl option when pkg-config is not found -TD + 2008-12-14 (2.8.7dev.11) * add support for HTML5 rel=author in link (mailing list comments) -TD * modify cookie-writing to not write if no cookies were read from the file diff --git a/aclocal.m4 b/aclocal.m4 index c3960aeb..21eab868 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $LynxId: aclocal.m4,v 1.128 2008/12/12 01:03:21 tom Exp $ +dnl $LynxId: aclocal.m4,v 1.129 2008/12/16 01:20:12 tom Exp $ dnl Macros for auto-configure script. dnl by T.E.Dickey <dickey@invisible-island.net> dnl and Jim Spath <jspath@mail.bcpl.lib.md.us> @@ -4409,7 +4409,7 @@ define([CF_SRAND_PARSE],[ esac ])dnl dnl --------------------------------------------------------------------------- -dnl CF_SSL version: 14 updated: 2008/12/09 19:45:44 +dnl CF_SSL version: 15 updated: 2008/12/15 20:14:33 dnl ------ dnl Check for ssl library dnl $1 = [optional] directory in which the library may be found, set by AC_ARG_WITH @@ -4465,7 +4465,7 @@ AC_DEFUN([CF_SSL],[ if test "$cf_cv_have_ssl" != yes; then case $1 in #(vi - no) + yes) CF_FIND_LINKAGE(CF__SSL_HEAD, CF__SSL_BODY, ssl, diff --git a/configure b/configure index 0b17ff88..4cbd9753 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in 2.8.7dev.10. +# From configure.in 2.8.7dev.11. # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.52.20080325. # @@ -11468,7 +11468,7 @@ echo "${as_me-configure}:11460: testing adding $cf_libs_ssl to LIBS ..." 1>&5 if test "$cf_cv_have_ssl" != yes; then case $cf_cv_use_libssl in #(vi - no) + yes) # If the linkage is not already in the $CPPFLAGS/$LDFLAGS configuration, these # will be set on completion of the AC_TRY_LINK below. |