From 2b46bdbb970d40466d0fc5d86562f4b84409d172 Mon Sep 17 00:00:00 2001 From: Patrick Welche Date: Mon, 29 Dec 2003 11:37:41 +0000 Subject: A while ago I posted a similar patch which is necessary as when mutt tries to connect to an imap server over ipv6 it stores the address in a sockaddr which may not be large enough to hold the ipv6 address. --- m4/gssapi.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/gssapi.m4 b/m4/gssapi.m4 index 5c01b811..e8451eaa 100644 --- a/m4/gssapi.m4 +++ b/m4/gssapi.m4 @@ -6,7 +6,7 @@ dnl Search for a GSSAPI implementation in the standard locations plus PREFIX, dnl if it is set and not "yes". dnl Defines GSSAPI_CFLAGS and GSSAPI_LIBS if found. dnl Defines GSSAPI_IMPL to "Heimdal", "MIT", or "OldMIT", or "none" if not found -AC_DEFUN(MUTT_AM_PATH_GSSAPI, +AC_DEFUN([MUTT_AM_PATH_GSSAPI], [ GSSAPI_PREFIX=[$]$1 GSSAPI_IMPL="none" -- cgit v1.2.3