From 0716aa8f05cb10804bb3f1ae8f53a838ce24841b Mon Sep 17 00:00:00 2001 From: panne Date: Fri, 6 Sep 2002 17:56:47 +0000 Subject: [PATCH] [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. --- configure.in | 2 +- ghc/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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="" -- 1.7.10.4