diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 95d419d6e..e3f95f5ca 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -794,7 +794,7 @@ bool LLAppViewer::init() OSMB_OK); return 0; } -#else if (_M_IX86_FP == 1 || defined(__SSE__)) +#elif (_M_IX86_FP == 1 || defined(__SSE__)) // Without SSE support we will crash almost immediately, warn here. if (!gSysCPU.hasSSE()) {