diff options
-rw-r--r-- | instsetoo_native/inc_openoffice/unix/find-requires-x11.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh b/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh index 9f13c8528765..0fe0b1d27dde 100644 --- a/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh +++ b/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh @@ -23,6 +23,5 @@ if [[ "${OS}" == "AIX" ]]; then echo "libfreetype.a(libfreetype.so.6${mark64})" else echo "libfreetype.so.6${mark64}" - echo "libGLU.so.1${mark64}" echo "libXinerama.so.1${mark64}" fi |