diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp
index 74df92602d78bdf22a18267f821c1a46393b8b74..162466a260d77d4b81064ec033bbcb79d24e529d 100644
--- a/indra/newview/llviewermedia.cpp
+++ b/indra/newview/llviewermedia.cpp
@@ -2117,8 +2117,9 @@ void LLViewerMediaImpl::focus(bool focus)
 	{
 		// call focus just for the hell of it, even though this apopears to be a nop
 		mMediaSource->focus(focus);
+#if LL_LINUX
 		LLUI::getWindow()->allowLanguageTextInput(NULL, focus);
-		
+#endif
 		if (focus)
 		{
 			// spoof a mouse click to *actually* pass focus