aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/math/m_debug_norm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/math/m_debug_norm.c')
-rw-r--r--mesalib/src/mesa/math/m_debug_norm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/src/mesa/math/m_debug_norm.c b/mesalib/src/mesa/math/m_debug_norm.c
index db71ebef0..00e72be54 100644
--- a/mesalib/src/mesa/math/m_debug_norm.c
+++ b/mesalib/src/mesa/math/m_debug_norm.c
@@ -339,7 +339,7 @@ void _math_test_all_normal_transform_functions( char *description )
if ( first_time ) {
first_time = 0;
- mesa_profile = _mesa_getenv( "MESA_PROFILE" );
+ mesa_profile = getenv( "MESA_PROFILE" );
}
#ifdef RUN_DEBUG_BENCHMARK