summaryrefslogtreecommitdiff
path: root/indra/newview/llweb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llweb.cpp')
-rw-r--r--indra/newview/llweb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llweb.cpp b/indra/newview/llweb.cpp
index 1f87cf225d..6ea9dfbbec 100644
--- a/indra/newview/llweb.cpp
+++ b/indra/newview/llweb.cpp
@@ -27,7 +27,9 @@ void LLWeb::loadURL(std::string url)
void LLWeb::loadURLExternal(std::string url)
{
std::string escaped_url = escapeURL(url);
+#if LL_LIBXUL_ENABLED
spawn_web_browser(escaped_url.c_str());
+#endif
}