1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-15 14:54:40 -04:00

Compilation fix when --without-openssl was used

This commit is contained in:
witekfl 2006-01-28 22:03:46 +01:00 committed by Jonas Fonseca
parent 8dabb246ae
commit 79275b060e

View File

@ -901,6 +901,7 @@ fi
AC_MSG_RESULT($cf_result)
CONFIG_GNUTLS_OPENSSL_COMPAT=no
dnl ---- GNU TLS
dnl We can't have AC_MSG_CHECKING here, because AC_PATH_PROG prints its own and
dnl it looks ugly then.