summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorPatrick Welche <prlw1@cam.ac.uk>2003-12-29 11:37:41 +0000
committerPatrick Welche <prlw1@cam.ac.uk>2003-12-29 11:37:41 +0000
commit2b46bdbb970d40466d0fc5d86562f4b84409d172 (patch)
treefc226e1aaeb8d5475fbaaee0ddd8d709666d0a82 /m4
parent1947201120f7724d0249c68c04953f57cff67f2b (diff)
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.
Diffstat (limited to 'm4')
-rw-r--r--m4/gssapi.m42
1 files changed, 1 insertions, 1 deletions
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"