From ab0d5377e8dd185e3188df92080bed233c906325 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 13 Jul 2008 18:42:48 +0000 Subject: [PATCH] Add wxGLContext to the wxWdiget OpenGL 'check'. Originally committed to SVN as r2247. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 495bf992c..2eb53b97e 100644 --- a/configure.in +++ b/configure.in @@ -807,6 +807,7 @@ if test "$enable_check-wx-opengl" = "yes"; then #include int main(void) { wxGLCanvas *canvas; + wxGLContext *context; return 0; } ]) fi