X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=configure.in;fp=configure.in;h=0ded18448e93e75ba4c47a0c2a7f575b0715c9e7;hp=12ebf1edfe9e63bbc83bb53baa4379149ba0ea71;hb=ab81cb706aa98357f7da20a8bdd6f44b8be61d62;hpb=5a4644a14fe3d2ae323f66696f3ba8d453099584 diff --git a/configure.in b/configure.in index 12ebf1e..0ded184 100644 --- a/configure.in +++ b/configure.in @@ -523,7 +523,6 @@ dnl -------------------------------------------------------------- AC_ARG_ENABLE(objectio, [ --enable-objectio Build ObjectIO, a portable GUI library for Haskell. - (This option is only relevant when libraries are built.) ], [GhcLibsWithObjectIO=YES], [GhcLibsWithObjectIO=NO] @@ -534,8 +533,7 @@ dnl ** Enable the building of the OpenGL/GLUT binding in hslibs? dnl -------------------------------------------------------------- AC_ARG_ENABLE(hopengl, [ --enable-hopengl - Build HOpenGL, a Haskell binding for OpenGL/GLUT, too. - (NOTE: Work in progress, currently only GLUT is supported!) + Build HOpenGL, a Haskell binding for OpenGL/GLUT. ], [GhcLibsWithHOpenGL=YES], [GhcLibsWithHOpenGL=NO]