summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-02 12:02:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-02 11:46:18 +0000
commitb40b6010077f875565ce90cd995222451e37321c (patch)
tree5ad869c146407c8fa16197cd461991f78e500402 /instsetoo_native
parentdaa869222edc3aded82f0fc3e73f126b6cfd08ad (diff)
ditch gnome-vfs2 support
Change-Id: I882c04fd3a255f55511b1884157de26e7574e6db Reviewed-on: https://gerrit.libreoffice.org/18262 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/inc_openoffice/unix/find-requires-gnome.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/instsetoo_native/inc_openoffice/unix/find-requires-gnome.sh b/instsetoo_native/inc_openoffice/unix/find-requires-gnome.sh
index bd40ad3f4d92..4be8766870fa 100644
--- a/instsetoo_native/inc_openoffice/unix/find-requires-gnome.sh
+++ b/instsetoo_native/inc_openoffice/unix/find-requires-gnome.sh
@@ -19,13 +19,6 @@
cat > /dev/null
[[ "${PLATFORMID}" == "linux_x86_64" ]] && mark64="()(64bit)"
-if [[ "${ENABLE_GNOMEVFS}" == "TRUE" ]]; then
- if [[ "${OS}" == "AIX" ]]; then
- echo "libgnomevfs-2.a(libgnomevfs-2.so.0${mark64})"
- else
- echo "libgnomevfs-2.so.0${mark64}"
- fi
-fi
if [[ "${OS}" == "AIX" ]]; then
echo "libgconf-2.a(libgconf-2.so.4${mark64})"
else