View | Details | Raw Unified | Return to bug 2073 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac (-1 / +5 lines)
Lines 3611-3617 Link Here
3611
				[ AC_CHECK_LIB([gssapi], [gss_init_sec_context],
3611
				[ AC_CHECK_LIB([gssapi], [gss_init_sec_context],
3612
					[ AC_DEFINE([GSSAPI])
3612
					[ AC_DEFINE([GSSAPI])
3613
					  GSSLIBS="-lgssapi" ],
3613
					  GSSLIBS="-lgssapi" ],
3614
					AC_MSG_WARN([Cannot find any suitable gss-api library - build may fail]))
3614
					[ AC_CHECK_LIB([gss], [gss_init_sec_context],
3615
						[ AC_DEFINE([GSSAPI])
3616
						  GSSLIBS="-lgss" ],
3617
						AC_MSG_WARN([Cannot find any suitable gss-api library - build may fail]))
3618
					])
3615
				])
3619
				])
3616
3620
3617
			AC_CHECK_HEADER([gssapi.h], ,
3621
			AC_CHECK_HEADER([gssapi.h], ,

Return to bug 2073