diff options
| -rw-r--r-- | indra/llrender/llglheaders.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/llrender/llglheaders.h b/indra/llrender/llglheaders.h index 0b3258c105..0e278e1744 100644 --- a/indra/llrender/llglheaders.h +++ b/indra/llrender/llglheaders.h @@ -27,7 +27,7 @@  #ifndef LL_LLGLHEADERS_H  #define LL_LLGLHEADERS_H -#if LL_MESA || LL_LINUX || __FreeBSD__ +#if LL_MESA  //----------------------------------------------------------------------------  // MESA headers  // quotes so we get libraries/.../GL/ version @@ -41,7 +41,7 @@  # include "GL/glh_extensions.h"  # undef __APPLE__ -#elif LL_LINUX +#elif LL_LINUX || __FreeBSD__  #define GL_GLEXT_PROTOTYPES  #define GLX_GLEXT_PROTOTYPES | 
