<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">One way to do this is obviously to hand-edit Base/glew.h and remove mention of the GL 
2.0, but there perhaps should be a more &quot;elegant&quot; way with a configure flag (I am a total newb when it comes to editing configure scripts, though).</blockquote><div><br>Well, I tried removing #define GL_VERSION_2_0 1 alltogether from Base/glew.h but that made no difference (I did make clean and distclean in between attempts). I even tried removing the whole GL_VERSION_2_0 section. Still no difference. Yet according to the glsl objects, if GL_VERSION_2_0 is not defined, it should never venture into the questionable parts of the code.
<br></div><br>So, is there another way to impose this without losing those glsl objects?<br><br>Ico<br></div>