1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

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
parent 1c33e3e896
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,