From b8dade31439bea84ebc4dbdcf768eb2071b697ca Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 26 Aug 2002 22:55:36 +0000 Subject: [PATCH] fixed --disable-ssl description git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2895 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d612bf04..6fedad44 100644 --- a/configure.in +++ b/configure.in @@ -201,7 +201,7 @@ dnl ** SSL Library checks (OpenSSL) dnl ** AC_ARG_ENABLE(ssl, - [ --disable-ssl Turn on Secure Sockets Layer support [default=yes]],, + [ --disable-ssl Disable Secure Sockets Layer support],, enable_ssl=yes) AC_ARG_WITH(openssl-includes,