From 5eb5e67f539ed965790b0243e2a8284ea6f3412d Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 2 Apr 2014 12:38:28 +1100 Subject: [PATCH] gl/win32: actually build the gl plugins on win32 Regression from c8ff215b02ee178513e076e2dfbd14e9ce77ec49 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index ab60c9a06f..e7c0d8eca2 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]) if test "x$HAVE_WGLEXT" = "xyes"; then + HAVE_WGL=yes HAVE_GL=yes HAVE_GLU=yes fi