diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-25 11:16:00 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-25 11:16:00 +0100 |
commit | 898589d824978bc44039b587c55870e55d9a88c1 (patch) | |
tree | 10144db9043a418511723a654659acd1ee1698ac /packages/gnome/gnome-vfs-2.16.3/gconftool-lossage.patch | |
parent | d6894a7ffd1c634a059c1e2a82a92d287b8a0557 (diff) |
gnome-vfs 2.22.0: fix *.a and *.la packaging
remove old versions
Diffstat (limited to 'packages/gnome/gnome-vfs-2.16.3/gconftool-lossage.patch')
-rw-r--r-- | packages/gnome/gnome-vfs-2.16.3/gconftool-lossage.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/gnome/gnome-vfs-2.16.3/gconftool-lossage.patch b/packages/gnome/gnome-vfs-2.16.3/gconftool-lossage.patch deleted file mode 100644 index 3dbc130ddc..0000000000 --- a/packages/gnome/gnome-vfs-2.16.3/gconftool-lossage.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-vfs-2.6.0/configure.in~ 2004-03-22 12:36:23.000000000 +0000 -+++ gnome-vfs-2.6.0/configure.in 2004-06-07 16:04:34.000000000 +0100 -@@ -154,7 +154,7 @@ - AC_PATH_PROG(GCONFTOOL, gconftool-2, no) - - if test x"$GCONFTOOL" = xno; then -- AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf]) -+ AC_MSG_WARN([gconftool-2 executable not found in your path - should be installed with GConf]) - fi - - AM_GCONF_SOURCE_2 |