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
8b287043
...
8b28704334694776c72faf816c97cd8b271e4316
authored
2002-04-08 13:40:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed typo
1 parent
c37ec8e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
m4/gssapi.m4
m4/gssapi.m4
View file @
8b28704
...
...
@@ -44,8 +44,8 @@ AC_DEFUN(MU_CHECK_GSSAPI,
if test "$GSSAPI_IMPL" = "none"; then
AC_CHECK_LIB(gssapi, gss_init_sec_context,
[GSSAPI_IMPL="Heimdal"
GSSAPI_L
IB
S="$GSSAPI_LDFLAGS -lgssapi -lkrb5 -ldes -lasn1 -lroken"
GSSAPI_LIBS="$GSSAPI_L
IB
S -lcrypt -lcom_err"]
GSSAPI_L
DFLAG
S="$GSSAPI_LDFLAGS -lgssapi -lkrb5 -ldes -lasn1 -lroken"
GSSAPI_LIBS="$GSSAPI_L
DFLAG
S -lcrypt -lcom_err"]
,, -lkrb5 -ldes -lasn1 -lroken -lcrypt -lcom_err)
fi
...
...
@@ -77,4 +77,4 @@ AC_DEFUN(MU_CHECK_GSSAPI,
fi
AC_MSG_CHECKING(GSSAPI implementation)
AC_MSG_RESULT(${cached}$GSSAPI_IMPL)
])
\ No newline at end of file
])
...
...
Please
register
or
sign in
to post a comment