Commit f10d7f1a f10d7f1ae7dbe476158839c253f07ad5f76da7b6 by Sergey Poznyakoff

Version 0.6

1 parent e5dd8a5a
......@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with GNU Mailutils; if not, write to the Free Software
dnl Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
AC_INIT([GNU Mailutils], [0.5.1], [bug-mailutils@gnu.org], [mailutils])
AC_INIT([GNU Mailutils], [0.6], [bug-mailutils@gnu.org], [mailutils])
AC_CONFIG_SRCDIR([mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([scripts])
AC_CANONICAL_TARGET([])
......@@ -134,7 +134,7 @@ if test "x$WITH_GSSAPI" != "xno"; then
fi
fi
MU_CHECK_GSASL(0.0.2, [
MU_CHECK_GSASL(0.2.3, [
AC_DEFINE(WITH_GSASL,1,[Define if mailutils is using GNU SASL])
AUTHLIBS="$AUTHLIBS $GSASL_LIBS"
IMAP_AUTHOBJS="$IMAP_AUTHOBJS auth_gsasl.o"])
......