gl/win32: actually build the gl plugins on win32

Regression from c8ff215b02
This commit is contained in:
Matthew Waters 2014-04-02 12:38:28 +11:00
parent 21ea26abbe
commit 5eb5e67f53

View file

@ -719,6 +719,7 @@ case $host in
AG_GST_CHECK_LIBHEADER(GLU, glu32, gluSphere,, GL/glu.h)
AC_CHECK_HEADER(GL/wglext.h, HAVE_WGLEXT="yes", HAVE_WGLEXT="no", [#include <GL/gl.h>])
if test "x$HAVE_WGLEXT" = "xyes"; then
HAVE_WGL=yes
HAVE_GL=yes
HAVE_GLU=yes
fi