diff options
author | Brian Paul <[email protected]> | 2005-09-16 18:14:24 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-09-16 18:14:24 +0000 |
commit | aa2069586d434dd0487b0daa2b583efe801a0d51 (patch) | |
tree | cac0a05d5ebc786ae80d18080b1ad2896cac8cc6 /src/mesa/tnl/t_context.c | |
parent | 3cc67cb8cd1302c20218dda70599523102a29e10 (diff) |
use mesa import wrappers, bug 4468
Diffstat (limited to 'src/mesa/tnl/t_context.c')
-rw-r--r-- | src/mesa/tnl/t_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index 472b97bfe57..cda4cf2cbd4 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -73,7 +73,7 @@ _tnl_CreateContext( GLcontext *ctx ) return GL_FALSE; } - if (getenv("MESA_CODEGEN")) + if (_mesa_getenv("MESA_CODEGEN")) tnl->AllowCodegen = GL_TRUE; /* Initialize the VB. |