From: panne Date: Fri, 6 Sep 2002 17:56:47 +0000 (+0000) Subject: [project @ 2002-09-06 17:56:40 by panne] X-Git-Tag: Approx_11550_changesets_converted~1708 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0716aa8f05cb10804bb3f1ae8f53a838ce24841b;p=ghc-hetmet.git [project @ 2002-09-06 17:56:40 by panne] 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. --- diff --git a/configure.in b/configure.in index 9b4914b..8fd81df 100644 --- a/configure.in +++ b/configure.in @@ -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] diff --git a/ghc/configure.in b/ghc/configure.in index 1a403cc..d9cd8eb 100644 --- a/ghc/configure.in +++ b/ghc/configure.in @@ -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=""