From: duvall Date: Wed, 12 Nov 2003 11:47:46 +0000 (+0000) Subject: Fix 1515, 1693. X-Git-Tag: mutt-1-5-6-rel~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9898b9028a68cc0a58aa61fc4cb1cc05217b07a6;p=mutt Fix 1515, 1693. --- diff --git a/configure.in b/configure.in index bfa6c596..6a4214a1 100644 --- a/configure.in +++ b/configure.in @@ -638,7 +638,6 @@ AC_ARG_WITH(sasl, [ --with-sasl[=PFX] Use Cyrus SASL library for POP/I AC_DEFINE(USE_SASL,1, [ Define if want to use the Cyrus SASL library for POP/IMAP authentication. ]) need_sasl=yes - need_md5=no fi ]) AM_CONDITIONAL(USE_SASL, test x$need_sasl = xyes) @@ -671,7 +670,6 @@ AC_ARG_WITH(sasl2, [ --with-sasl2[=PFX] Use Cyrus SASL library version AC_DEFINE(USE_SASL2,1, [ Define if want to use version 2 of the Cyrus SASL library. ]) need_sasl=yes - need_md5=no fi ]) AM_CONDITIONAL(USE_SASL, test x$need_sasl = xyes)