diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-12-16 01:20:41 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-12-16 01:20:41 -0500 |
commit | 759155d6bf272ff2cc210cc3e1cc588366b220de (patch) | |
tree | 17471895c2371ac39d8c7736dd0d6148cd8b8a34 /configure | |
parent | e75e68d30a340967e226f8a814b07309416d3a3c (diff) | |
download | lynx-snapshots-759155d6bf272ff2cc210cc3e1cc588366b220de.tar.gz |
snapshot of project "lynx", label v2-8-7dev_11a
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
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. |