From f609097924a66d28a55ee7201880648197a85225 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 12 Nov 2003 11:47:46 +0000 Subject: [PATCH] Fix 1515, 1693. --- configure.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.in b/configure.in index bfa6c5960..6a4214a1c 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) -- 2.40.0