#include <GL/gl.h> #include <GL/glu.h> #ifndef GLU_VERSION_1_2 # error "Required GLU version 1.2 not found." #endif int main(int, char **) { GLuint x; x = 0; return 0; }