summaryrefslogtreecommitdiff
path: root/packages/gnome/gnome-vfs-dbus/gssapi.patch
blob: a4fcd605f2de391e5318ef4e5d7c3d34558c274b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- gnome-vfs-dbus-2.8.4.4/configure.in~gssapi
+++ gnome-vfs-dbus-2.8.4.4/configure.in
@@ -456,6 +456,10 @@
    ])
    LIBS="$saved_LIBS" 
    CPPFLAGS="$saved_CPPFLAGS" 
+   if test "x$have_gssapi" != "xyes"; then
+     GSSAPI_LIBS=
+     GSSAPI_CFLAGS=
+   fi
 fi   
 AC_SUBST(GSSAPI_LIBS)
 AC_SUBST(GSSAPI_CFLAGS)