diff options
Diffstat (limited to 'openembedded/packages/gnome/gnome-vfs-dbus/gssapi.patch')
-rw-r--r-- | openembedded/packages/gnome/gnome-vfs-dbus/gssapi.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/openembedded/packages/gnome/gnome-vfs-dbus/gssapi.patch b/openembedded/packages/gnome/gnome-vfs-dbus/gssapi.patch deleted file mode 100644 index bcf46176b2..0000000000 --- a/openembedded/packages/gnome/gnome-vfs-dbus/gssapi.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- trunk/configure.in.old 2005-10-28 17:18:36.000000000 +0100 -+++ trunk/configure.in 2005-10-28 17:20:34.000000000 +0100 -@@ -444,6 +444,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) |