diff --git a/src/mesa/main/execmem.c b/src/mesa/main/execmem.c index 89deaafad3a..a6b110ae7ea 100644 --- a/src/mesa/main/execmem.c +++ b/src/mesa/main/execmem.c @@ -36,7 +36,7 @@ -#ifdef __linux__ +#if defined(__linux__) && !defined(XFree86Server) /* * Allocate a large block of memory which can hold code then dole it out