winex11: Get rid of glext.h in remaining locations.

oldstable
Detlef Riekenberg 2009-06-19 16:00:37 +02:00 committed by Alexandre Julliard
parent fcc622030a
commit a30624143a
4 changed files with 2 additions and 9 deletions

3
configure vendored
View File

@ -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

View File

@ -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 <GL/glx.h>
#endif])

View File

@ -48,9 +48,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(wgl);
#ifdef HAVE_GL_GLX_H
# include <GL/glx.h>
#endif
#ifdef HAVE_GL_GLEXT_H
# include <GL/glext.h>
#endif
#include "wine/wgl.h"

View File

@ -222,9 +222,6 @@
/* Define to 1 if you have the `getuid' function. */
#undef HAVE_GETUID
/* Define to 1 if you have the <GL/glext.h> header file. */
#undef HAVE_GL_GLEXT_H
/* Define to 1 if you have the <GL/glu.h> header file. */
#undef HAVE_GL_GLU_H