Add wxGLContext to the wxWdiget OpenGL 'check'.

Originally committed to SVN as r2247.
This commit is contained in:
Amar Takhar 2008-07-13 18:42:48 +00:00
parent 32cc996ce6
commit ab0d5377e8
1 changed files with 1 additions and 0 deletions

View File

@ -807,6 +807,7 @@ if test "$enable_check-wx-opengl" = "yes"; then
#include <wx/glcanvas.h>
int main(void) {
wxGLCanvas *canvas;
wxGLContext *context;
return 0;
} ])
fi