[project @ 2002-09-06 17:56:40 by panne]
authorpanne <unknown>
Fri, 6 Sep 2002 17:56:47 +0000 (17:56 +0000)
committerpanne <unknown>
Fri, 6 Sep 2002 17:56:47 +0000 (17:56 +0000)
Nuke the unsupported hslibs version of HOpenGL on the HEAD, too. Now
we are only left with two versions, which I think is OK: A stable one
(not in the fptools repository, but on my web site) and a cool, but
*very* incomplete one (currently only GLUT) for bleeding edge people
in the hierarchical libraries parts of the repository.

configure.in
ghc/configure.in

index 9b4914b..8fd81df 100644 (file)
@@ -512,7 +512,7 @@ dnl --------------------------------------------------------------
 AC_ARG_ENABLE(hopengl,
 [  --enable-hopengl
         Build HOpenGL, a Haskell binding for OpenGL/GLUT, too.
-        (This option is only relevant when hslibs are built.)
+        (NOTE: Work in progress, currently only GLUT is supported!)
 ],
 [GhcLibsWithHOpenGL=YES],
 [GhcLibsWithHOpenGL=NO]
index 1a403cc..d9cd8eb 100644 (file)
@@ -43,7 +43,7 @@ dnl Uncomment links to HOpenGL docs if necessary
 AC_ARG_ENABLE(hopengl,
 [  --enable-hopengl
         Build HOpenGL, a Haskell binding for OpenGL/GLUT, too.
-        (This option is only relevant when hslibs are built.)
+        (NOTE: Work in progress, currently only GLUT is supported!)
 ],
 [
 HOpenGLHTMLStart=""