diff --git a/indra/newview/linux_tools/wrapper.sh b/indra/newview/linux_tools/wrapper.sh index 729ce478c3..eb3f7c3109 100755 --- a/indra/newview/linux_tools/wrapper.sh +++ b/indra/newview/linux_tools/wrapper.sh @@ -180,17 +180,4 @@ LL_RUN_ERR=$? if [ $LL_RUN_ERR -ne 0 ]; then # generic error running the binary echo '*** Bad shutdown ($LL_RUN_ERR). ***' - if [ "$(uname -m)" = "x86_64" ] && [ "$(file bin/do-not-directly-run-firestorm-bin | grep -o 64-bit )" != "64-bit" ]; then - echo - cat << EOFMARKER -You are running the Firestorm Viewer on a x86_64 platform. The -most common problems when launching the Viewer (particularly -'bin/do-not-directly-run-firestorm-bin: not found' and 'error while -loading shared libraries') may be solved by enabling 32-bit -architecture and installing one or more 32-bit compatibility libraries. -Consult the Firestorm wiki at -http://wiki.firestormviewer.org/32-bit_viewer_in_64-bit_linux -EOFMARKER - fi fi -