fixed --disable-ssl description

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2895 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-08-26 22:55:36 +00:00 committed by cras
commit b8dade3143

View file

@ -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,