winex11: Get rid of glext.h in remaining locations.
This commit is contained in:
parent
fcc622030a
commit
a30624143a
|
@ -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
|
||||
|
|
|
@ -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])
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue