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

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


details:   http://hg.dovecot.org/dovecot-1.1/rev/e665ef583668
changeset: 7261:e665ef583668
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Feb 16 22:14:13 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 b1bde5ea779f -r e665ef583668 configure.in
--- a/configure.in	Sat Feb 16 16:46:04 2008 +0200
+++ b/configure.in	Sat Feb 16 22:14:13 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