Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f10d7f1a
...
f10d7f1ae7dbe476158839c253f07ad5f76da7b6
authored
2004-12-23 17:01:20 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Version 0.6
1 parent
e5dd8a5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
configure.ac
configure.ac
View file @
f10d7f1
...
...
@@ -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"])
...
...
Please
register
or
sign in
to post a comment