From dd809074a21e3e3112734d9fc462c410f635887e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <remi@remlab.net>
Date: Tue, 26 Jul 2011 20:03:12 +0300
Subject: [PATCH] Revert "Win32: opengl module needs glext.h"

AC_CHECK_HEADERS does not work the way this change assumes. This commit
did not fix the stated problem.

This reverts commit 4e33295fb12245a7757d67135790a3c7582262a6.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 940206e4ee..128673d98d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3341,7 +3341,7 @@ then
         VLC_ADD_LIBS([directx],[-lgdi32])
       ],[AC_MSG_ERROR([Cannot find DirectX headers!])]
       )
-      AC_CHECK_HEADERS(GL/gl.h GL/glext.h,
+      AC_CHECK_HEADERS(GL/gl.h,
       [ VLC_ADD_PLUGIN([glwin32])
         VLC_ADD_LIBS([glwin32],[-lopengl32 -lgdi32])
       ])
-- 
2.25.4