Commit fe210ef3 authored by Lionel Ulmer's avatar Lionel Ulmer Committed by Alexandre Julliard

Fix the GLEXT function prototype typedefs detection.

parent a9c19f07
......@@ -276,11 +276,14 @@ then
AC_TRY_COMPILE([#include <GL/gl.h>
#include <GL/glext.h>],
[PFNGLCOLORTABLEEXTPROC test_proc;],
[AC_DEFINE(HAVE_GLEXT_PROTOTYPES)
wine_cv_extension_prototypes="yes"],
[wine_cv_extension_prototypes="yes"],
[wine_cv_extension_prototypes="no"]
)
)
if test $wine_cv_extension_prototypes = "yes"
then
AC_DEFINE(HAVE_GLEXT_PROTOTYPES)
fi
AC_DEFINE(HAVE_OPENGL)
OPENGL32_DLL=opengl32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment