From d8aa5ffed5986587e5b93ca802c79d28be68aa8d Mon Sep 17 00:00:00 2001 From: Ben Crossman Date: Fri, 15 Apr 2005 09:13:21 +0000 Subject: Reverted the last change back to fix bug 3035 --- src/mesa/tnl/t_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/tnl') diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index f76f546b814..531e639e845 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -82,7 +82,7 @@ _tnl_CreateContext( GLcontext *ctx ) return GL_FALSE; } - if (_mesa_getenv("MESA_CODEGEN")) + if (getenv("MESA_CODEGEN")) tnl->AllowCodegen = GL_TRUE; /* Initialize the VB. -- cgit v1.2.3