X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure.in;h=98386941edc76ff2e7de1574f94e424c484a5af5;hp=2215e55d393f24c22ff1bdcf2092df61038e8fd6;hb=29ed7b79229bb8e12bb1ead911a9a48031861ede;hpb=2a0e5679311c156ba6e559336f80ec0077f4c571 diff --git a/configure.in b/configure.in index 2215e55..9838694 100644 --- a/configure.in +++ b/configure.in @@ -607,6 +607,10 @@ then then AC_MSG_ERROR([SSL support is only useful with POP or IMAP support]) fi + if test x"$need_ssl" = x"yes" + then + AC_MSG_ERROR([Only either OpenSSL or GNUTLS may be used]) + fi MUTT_AM_PATH_GNUTLS([$gnutls_prefix], [dnl GNUTLS found CPPFLAGS="$CPPFLAGS $LIBGNUTLS_CFLAGS"