Skip to content
Snippets Groups Projects
Commit 09672690 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-09-11 14:56:17 by rrt]

Make sure windows.h is always checked for, not just when HOpenGL is present.
parent c5244374
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment