Mercurial > pidgin
changeset 22614:8cc5ba6f9081
Remove a legacy preference for GnuTLS
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Wed, 02 Apr 2008 15:38:26 +0000 |
parents | 7dd74e13f447 |
children | 0f8fe131008a |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Wed Apr 02 15:37:26 2008 +0000 +++ b/configure.ac Wed Apr 02 15:38:26 2008 +0000 @@ -1491,7 +1491,7 @@ dnl These two are inverses of each other <-- stolen from evolution! AC_ARG_ENABLE(gnutls, - [ --enable-gnutls=[yes,no] attempt to use GnuTLS for SSL support (preferred) [default=yes]], + [ --enable-gnutls=[yes,no] attempt to use GnuTLS for SSL support [default=yes]], [enable_gnutls="$enableval"], [enable_gnutls="yes"])