fix MAX_VERTEX_ATTRIBS_ARB query
diff --git a/src/mesa/main/get_gen.py b/src/mesa/main/get_gen.py
index 97fe8c7..c8f1834 100644
--- a/src/mesa/main/get_gen.py
+++ b/src/mesa/main/get_gen.py
@@ -865,7 +865,7 @@
 
 	# GL_ARB_vertex_program
 	( "GL_MAX_VERTEX_ATTRIBS_ARB", GLint,
-	  ["ctx->Const.MaxVertexProgramAttribs > 0"], "", "ARB_vertex_program" ),
+	  ["ctx->Const.MaxVertexProgramAttribs"], "", "ARB_vertex_program" ),
 
 	# GL_ARB_fragment_program
 	( "GL_FRAGMENT_PROGRAM_ARB", GLboolean,