From a30624143a633be225f724736dd042023bcc2717 Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Fri, 19 Jun 2009 16:00:37 +0200 Subject: [PATCH] winex11: Get rid of glext.h in remaining locations. --- configure | 3 +-- configure.ac | 2 +- dlls/winex11.drv/opengl.c | 3 --- include/config.h.in | 3 --- 4 files changed, 2 insertions(+), 9 deletions(-) diff --git a/configure b/configure index fb5ef54cae..1142c5934d 100755 --- a/configure +++ b/configure @@ -11317,8 +11317,7 @@ fi - -for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h +for ac_header in GL/gl.h GL/glx.h GL/glu.h do as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 diff --git a/configure.ac b/configure.ac index bef311e237..356f6b79cd 100644 --- a/configure.ac +++ b/configure.ac @@ -850,7 +850,7 @@ then 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 #endif]) diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index f1557b65cd..b2cf82a987 100644 --- a/dlls/winex11.drv/opengl.c +++ b/dlls/winex11.drv/opengl.c @@ -48,9 +48,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(wgl); #ifdef HAVE_GL_GLX_H # include #endif -#ifdef HAVE_GL_GLEXT_H -# include -#endif #include "wine/wgl.h" diff --git a/include/config.h.in b/include/config.h.in index c113fcb466..99ecae3579 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -222,9 +222,6 @@ /* Define to 1 if you have the `getuid' function. */ #undef HAVE_GETUID -/* Define to 1 if you have the header file. */ -#undef HAVE_GL_GLEXT_H - /* Define to 1 if you have the header file. */ #undef HAVE_GL_GLU_H -- 2.32.0.93.g670b81a890