From: rrt Date: Mon, 11 Sep 2000 14:56:17 +0000 (+0000) Subject: [project @ 2000-09-11 14:56:17 by rrt] X-Git-Tag: Approximately_9120_patches~3757 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=09672690be41a835a115de4cedbeb98a7ed89184;p=ghc-hetmet.git [project @ 2000-09-11 14:56:17 by rrt] Make sure windows.h is always checked for, not just when HOpenGL is present. --- diff --git a/configure.in b/configure.in index 328d964..2c82bdc 100644 --- a/configure.in +++ b/configure.in @@ -593,9 +593,7 @@ dnl ** check for DOS include files AC_CHECK_HEADERS(dos.h conio.h io.h std.h) dnl ** check for Windows include files -if test $GhcLibsWithHOpenGL = YES ; then AC_CHECK_HEADERS(windows.h) -fi dnl ** check for OpenGL include files AC_CHECK_HEADERS(GL/gl.h)