Skip to content

Commit

Permalink
For now disable GNUTLS support.
Browse files Browse the repository at this point in the history
Until this stuff really works disable the GNUTLS detection in configure.
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 5c5a013 commit 370482e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoconf/configure.in
Expand Up @@ -1106,6 +1106,9 @@ AC_ARG_WITH(gnutls,
]
)

dnl FIXME: Explictly set GNUTLS to no until we get things working.
with_gnutls_directory=no

dnl See if crypto or tls support is wanted
if test "x$support_crypto" != "xno" -o "x$support_tls" != "xno"; then
dnl When openssl was alread found and enabled use that.
Expand Down

0 comments on commit 370482e

Please sign in to comment.