dovecot: If __gss_userok() is found from -lgss, make sure we lin...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 16 22:13:44 EET 2008


details:   http://hg.dovecot.org/dovecot/rev/27e714c659d6
changeset: 7258:27e714c659d6
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Feb 16 22:14:11 2008 +0200
description:
If __gss_userok() is found from -lgss, make sure we link with -lgss.

diffstat:

1 file changed, 1 insertion(+)
configure.in |    1 +

diffs (11 lines):

diff -r a00dc6f78106 -r 27e714c659d6 configure.in
--- a/configure.in	Sat Feb 16 16:29:18 2008 +0200
+++ b/configure.in	Sat Feb 16 22:14:11 2008 +0200
@@ -1642,6 +1642,7 @@ if test $want_gssapi != no; then
 				AC_CHECK_LIB(gss, __gss_userok, [
 					AC_DEFINE(HAVE___GSS_USEROK,,
 						Define if you have __gss_userok())
+					KRB5_LIBS="$KRB5_LIBS -lgss"
 				],, $KRB5_LIBS)
 
 				if test x$want_gssapi_plugin != xyes; then


More information about the dovecot-cvs mailing list