summaryrefslogtreecommitdiff
path: root/debian/patches/dyson-gssapi.patch
blob: 0a2deaccda367406c78a3ea79f45f292514c0b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: cups/config-scripts/cups-gssapi.m4
===================================================================
--- cups.orig/config-scripts/cups-gssapi.m4
+++ cups/config-scripts/cups-gssapi.m4
@@ -36,14 +36,6 @@ if test x$enable_gssapi != xno; then
 					AC_MSG_RESULT(no)
 				fi
 				;;
-			SunOS*)
-				# Solaris has a non-standard krb5-config, don't use it!
-				AC_CHECK_LIB(gss, gss_display_status,
-					AC_DEFINE(HAVE_GSSAPI, 1, [Whether GSSAPI is available])
-					CFLAGS="`$KRB5CONFIG --cflags` $CFLAGS"
-					CPPFLAGS="`$KRB5CONFIG --cflags` $CPPFLAGS"
-					LIBGSSAPI="-lgss `$KRB5CONFIG --libs`")
-				;;
 			*)
 				# Other platforms just ask for GSSAPI
 				CFLAGS="`$KRB5CONFIG --cflags gssapi` $CFLAGS"