commit | a30624143a633be225f724736dd042023bcc2717 | [log] [tgz] |
---|---|---|
author | Detlef Riekenberg <wine.dev@web.de> | Fri Jun 19 16:00:37 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jun 22 11:22:02 2009 +0200 |
tree | f7092d30cf59e328de983c9d020ad114cb45f7ed | |
parent | fcc622030a10142bddf176f4c1dce08cb012f2c3 [diff] [blame] |
winex11: Get rid of glext.h in remaining locations.
diff --git a/configure.ac b/configure.ac index bef311e..356f6b7 100644 --- a/configure.ac +++ b/configure.ac
@@ -850,7 +850,7 @@ opengl_msg="" if test "x$with_opengl" != "xno" then - AC_CHECK_HEADERS(GL/gl.h GL/glx.h GL/glext.h GL/glu.h,,, + AC_CHECK_HEADERS(GL/gl.h GL/glx.h GL/glu.h,,, [#ifdef HAVE_GL_GLX_H # include <GL/glx.h> #endif])